aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-net-ssh
Commit message (Collapse)AuthorAgeFilesLines
* - Populate newly created rubygems categoryPav Lucistnik2006-01-211-1/+1
| | | | Notes: svn path=/head/; revision=154086
* - Fix OPTIONSPav Lucistnik2006-01-211-3/+4
| | | | | | | | | | - Fix prompt passphrase dependency PR: ports/92073 Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> (maintainer) Notes: svn path=/head/; revision=154050
* - Update net-ssh to 1.0.6Pav Lucistnik2006-01-202-5/+5
| | | | | | | | PR: ports/92047 Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl> (maintainer) Notes: svn path=/head/; revision=153988
* Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. ItPav Lucistnik2006-01-184-0/+893
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> Notes: svn path=/head/; revision=153788