diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-08 17:09:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-08 17:09:36 +0800 |
commit | 1e73a77e25a8e89fc091a03b5567feb2a3cb9ef0 (patch) | |
tree | 8b34abd3a2ae6c0c6785180c5f9cf68c86ac7198 /security/Makefile | |
parent | 4b074d8e07a48fc837130da51f06d9a754b1e252 (diff) | |
download | freebsd-ports-gnome-1e73a77e25a8e89fc091a03b5567feb2a3cb9ef0.tar.gz freebsd-ports-gnome-1e73a77e25a8e89fc091a03b5567feb2a3cb9ef0.tar.zst freebsd-ports-gnome-1e73a77e25a8e89fc091a03b5567feb2a3cb9ef0.zip |
[new port] security/dropbear: a lightweight SSH2 server
Dropbear is an SSH 2 server, designed to be usable in small
memory environments.
It supports:
* Main features of SSH 2 protocol
* Implements X11 forwarding, and authentication-agent forwarding
for OpenSSH clients
* Compatible with OpenSSH ~/.ssh/authorized_keys public key
authentication
WWW: http://matt.ucc.asn.au/dropbear/dropbear.html
PR: ports/55795
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
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 d140a1a420ee..2afd7f7cc109 100644 --- a/security/Makefile +++ b/security/Makefile @@ -56,6 +56,7 @@ SUBDIR += digest SUBDIR += dirmngr SUBDIR += donkey + SUBDIR += dropbear SUBDIR += drweb SUBDIR += drweb-postfix SUBDIR += drweb-qmail |