summaryrefslogtreecommitdiff
path: root/network/lsh/README.SLACKWARE
diff options
context:
space:
mode:
authorMenno Duursma <druiloor@zonnet.nl>2010-07-30 05:04:22 -0500
committerErik Hanson <erik@slackbuilds.org>2010-07-31 22:31:51 -0500
commitdd5d615ca9f7f0edc939d34a5bafa0cd70fbbc07 (patch)
tree2e4eb943ea3ee1949ec551db9444b72575a725d8 /network/lsh/README.SLACKWARE
parent46aed99b456aeea560b9068199af8364b6918dc6 (diff)
downloadslackbuilds-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.SLACKWARE')
-rw-r--r--network/lsh/README.SLACKWARE11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/lsh/README.SLACKWARE b/network/lsh/README.SLACKWARE
new file mode 100644
index 0000000000..eec0798330
--- /dev/null
+++ b/network/lsh/README.SLACKWARE
@@ -0,0 +1,11 @@
+This script compiles-in libwrap (/etc/hosts.allow) support.
+
+For configuration instructions see: /usr/doc/lsh-<version>/README
+
+To start it at boot; add the following to /etc/rc.d/rc.local
+
+if [ -x /etc/rc.d/rc.lshd ]; then
+ /etc/rc.d/rc.lshd start
+fi
+
+To test try: lsh --sloppy-host-authentication localhost