blob: eec0798330b1eaf8577d06e18418cde908e451a1 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|