blob: d06caa4b44e394fa544147beb8ee93144ed7df34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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").
WWW: https://github.com/net-ssh/net-ssh
- Roderick van Domburg
r.s.a.vandomburg@nedforce.nl
|