blob: 63ea27ce89c78409c2ab5f15cd5222add2e7863f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It allows
you to write programs that invoke and interact with processes on remote servers,
via SSH2.
Features:
- Execute processes on remote servers and capture their output
- Run multiple processes in parallel over a single SSH connection
- Support for SSH subsystems
- Forward local and remote ports via an SSH connection
|