Commit graph

2 commits

Author SHA1 Message Date
Pav Lucistnik
bb33383b1f - Update net-ssh to 1.0.9
PR:		ports/95883
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> (maintainer)
2006-04-26 09:18:48 +00:00
Pav Lucistnik
e1638b45c7 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").

PR:		ports/91828
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2006-01-18 07:20:26 +00:00