diff options
author | pav <pav@FreeBSD.org> | 2006-01-18 15:20:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-18 15:20:26 +0800 |
commit | f590ed378042e0cb36555f0132b9e2b9503814b6 (patch) | |
tree | 5536b5290df81d78ee1593e2e83c7033b872797c /security/Makefile | |
parent | 1bd23fb640f4c6828da858dafcaf15ec70914629 (diff) | |
download | freebsd-ports-gnome-f590ed378042e0cb36555f0132b9e2b9503814b6.tar.gz freebsd-ports-gnome-f590ed378042e0cb36555f0132b9e2b9503814b6.tar.zst freebsd-ports-gnome-f590ed378042e0cb36555f0132b9e2b9503814b6.zip |
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>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 5a659803a552..dd9f75e744cf 100644 --- a/security/Makefile +++ b/security/Makefile @@ -532,6 +532,7 @@ SUBDIR += ruby-pam SUBDIR += ruby-password SUBDIR += ruby-tcpwrap + SUBDIR += rubygem-net-ssh SUBDIR += saferpay SUBDIR += safesh SUBDIR += saint |