diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-07-30 05:04:22 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-31 22:31:51 -0500 |
commit | dd5d615ca9f7f0edc939d34a5bafa0cd70fbbc07 (patch) | |
tree | 2e4eb943ea3ee1949ec551db9444b72575a725d8 /network/lsh/README | |
parent | 46aed99b456aeea560b9068199af8364b6918dc6 (diff) | |
download | slackbuilds-dd5d615ca9f7f0edc939d34a5bafa0cd70fbbc07.tar.gz |
network/lsh: Added (GNU implementation of the Secure Shell protocol)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/lsh/README')
-rw-r--r-- | network/lsh/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/lsh/README b/network/lsh/README new file mode 100644 index 0000000000..679ffbf9f6 --- /dev/null +++ b/network/lsh/README @@ -0,0 +1,9 @@ +lsh implements the secsh2 protocol + +lsh provides secure connections through untrusted networks. +lsh is based on the specification for ssh2 and should (eventually) +be compatible. lsh supports the Stanford SRP autentication protocol. + +This requires liboop. + +See README.SLACKWARE for additional information. |