mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
9 lines
393 B
Text
9 lines
393 B
Text
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
|