diff options
author | agc <agc@pkgsrc.org> | 2003-08-19 15:46:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-08-19 15:46:44 +0000 |
commit | e07e13a38dd0163e5dd049054b5ed192af8ec9d7 (patch) | |
tree | 77c903948370148561d070aad71f0f856652d680 /security/dropbear/distinfo | |
parent | ef9a3fa32a5154e6b796b25bf476fd868a720b52 (diff) | |
download | pkgsrc-e07e13a38dd0163e5dd049054b5ed192af8ec9d7.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 'security/dropbear/distinfo')
-rw-r--r-- | security/dropbear/distinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo new file mode 100644 index 00000000000..68fa63673b3 --- /dev/null +++ b/security/dropbear/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/08/19 15:46:44 agc Exp $ + +SHA1 (dropbear-0.36.tar.bz2) = 89977e99411c5bc67c2de006665afde7bfc3dff2 +Size (dropbear-0.36.tar.bz2) = 724179 bytes +SHA1 (patch-aa) = c2d54d4e96ce101435ae2793bd175c7aa1418877 |