From dd5d615ca9f7f0edc939d34a5bafa0cd70fbbc07 Mon Sep 17 00:00:00 2001 From: Menno Duursma Date: Fri, 30 Jul 2010 05:04:22 -0500 Subject: network/lsh: Added (GNU implementation of the Secure Shell protocol) Signed-off-by: Robby Workman --- network/lsh/README.SLACKWARE | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 network/lsh/README.SLACKWARE (limited to 'network/lsh/README.SLACKWARE') 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-/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 -- cgit v1.2.3