mirror of
https://github.com/Ponce/slackbuilds
synced 2024-10-29 18:42:51 +01:00
12 lines
310 B
Text
12 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
|