mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
dd5d615ca9
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
310 B
Text
11 lines
310 B
Text
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
|