Date: Wed, 26 Aug 2009 13:50:10 -0700 From: Joshua Piccari <jpiccari@bblocked.org> To: freebsd-doc@freebsd.org Subject: Manual page sshd.8 is incorrect. Message-ID: <15d3bc360908261350r520dcef3o3e4576befe9dbbca@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Under the section Login Process, subsection 3--in the sshd.8 man page (src/crypto/openssh/sshd.8)--is incorrect. It reads: 3. Checks /etc/nologin and /var/run/nologin; if one exists, it prints the contents and quits (unless root). However this is not the behavior of sshd, it only checks /var/run/nologin. I believe OpenSSH defaults to /etc/nologin, but it modified when merged into FreeBSD to use FreeBSD's existing nologin setup, which uses /var/run/nologin and not /etc/nologin. Joshua A Piccari /dv/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15d3bc360908261350r520dcef3o3e4576befe9dbbca>