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