Sha256: f0f647d39e5075db8375897d1db0ca31f6b6a16b1f1b625cb37a89b318810b13
Contents?: true
Size: 426 Bytes
Versions: 3
Compression:
Stored size: 426 Bytes
Contents
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It supports the following features: * User authentication via explicit username/password, or using a public-key/private-key pair. * Port forwarding, both from the local host to a remote computer via the remote host, and from the remote host to the local host. * Execute processes on the remote machine, both interactively and non-interactively ("batch").
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
net-ssh-0.6.0 | doc/manual/parts/intro_what_is.txt |
net-ssh-0.9.0 | doc/manual/parts/intro_what_is.txt |
net-ssh-0.5.0 | doc/manual/parts/intro_what_is.txt |