diff options
author | green <green@FreeBSD.org> | 1999-11-08 06:20:54 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-11-08 06:20:54 +0000 |
commit | 05e9c839547d1ade5000a6cdef509caeaf53f8ab (patch) | |
tree | ff23284cd5d1bb2f1ca152f4a4e89ab3612002f5 /security/openssh/pkg-descr | |
parent | c2ccd434df6c1ab207279d7ef1a5c7bfc709a694 (diff) | |
download | FreeBSD-ports-05e9c839547d1ade5000a6cdef509caeaf53f8ab.zip FreeBSD-ports-05e9c839547d1ade5000a6cdef509caeaf53f8ab.tar.gz |
Say hello to OpenSSH! It's more secure, has a better license, and
is actively maintained by members of the OpenBSD project.
Diffstat (limited to 'security/openssh/pkg-descr')
-rw-r--r-- | security/openssh/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/openssh/pkg-descr b/security/openssh/pkg-descr new file mode 100644 index 0000000..3020511 --- /dev/null +++ b/security/openssh/pkg-descr @@ -0,0 +1,8 @@ +Secure Shell is a set of programs for logging into a remote machine and for +executing commands on a remote machine. It is intended to replace rlogin, +rsh, rcp, etc. and provide secure encrypted communications between two +untrusted hosts over an insecure network. X11 connections and arbitrary +TCP/IP ports can also be forwarded over the secure channel. + +- Brian Feldman +green@FreeBSD.org |