diff options
author | agc <agc@pkgsrc.org> | 2003-08-19 15:48:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-08-19 15:48:59 +0000 |
commit | 420d271e92a29e2a2ad2829ba740492310fc9eda (patch) | |
tree | 527c301a10425c3f574a9d913f5f91835d831023 /doc | |
parent | 3d30679671181afcaaac822cf1799e5ede636dc8 (diff) | |
download | pkgsrc-420d271e92a29e2a2ad2829ba740492310fc9eda.tar.gz |
Initial import of dropbear-0.36 into the NetBSD Packages Collection.
The search for a small Secure Shell server to fit on a laptop with 4
megs ram and no hard disk was fruitless, so Matt Johnston decided to
write his own, and Dropbear is the result. It implements various
features of the SSH 2 protocol, including X11 and Authentication Agent
forwarding. Dropbear is Open Source software, distributed under a
MIT-style license.
Features
* A small memory footprint - Dropbear can compile to a 110kB
statically linked binary with uClibc (and only minimal options
selected).
* Implements X11 forwarding, and authentication-agent forwarding
for OpenSSH clients
* Compatible with OpenSSH ~/.ssh/authorized_keys public key
authentication
* Features can easily be disabled when compiling to save space.
* Preliminary TCP forwarding support (-L style only)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 640a3396d23..b3c7b92b818 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3070 2003/08/19 09:20:54 dmcmahill Exp $ +$NetBSD: CHANGES,v 1.3071 2003/08/19 15:48:59 agc Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3301,3 +3301,4 @@ Changes to the packages collection and infrastructure in 2003: Updated gaim to 0.67 [jmmv 2003-08-18] Updated gerbv to 0.14 [dmcmahill 2003-08-18] Updated tgif to 4.1.43 [dmcmahill 2003-08-19] + Added dropbear-0.36 [agc 2003-08-19] |