diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-08-17 01:42:32 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-08-17 01:42:32 +0200 |
commit | 1a9176bf22be43b5125abc8528b4cf7a2bfd8503 (patch) | |
tree | 64d33c8fef231455a9a70a9867f377bb23122f79 /sshd.8 | |
parent | - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated (diff) | |
download | openssh-1a9176bf22be43b5125abc8528b4cf7a2bfd8503.tar.xz openssh-1a9176bf22be43b5125abc8528b4cf7a2bfd8503.zip |
- (dtucker) [sshd.8] Many Linux variants use a single "!" to denote locked
accounts and that's what the code looks for, so make man page and code
agree. Pointed out by Roumen Petrov.
Diffstat (limited to '')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -35,7 +35,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $OpenBSD: sshd.8,v 1.237 2007/06/07 19:37:34 pvalchev Exp $ -.Dd $Mdocdate: June 7 2007 $ +.Dd $Mdocdate: June 11 2007 $ .Dt SSHD 8 .Os .Sh NAME @@ -302,8 +302,9 @@ on Tru64, a leading .Ql \&*LOCKED\&* on FreeBSD and a leading -.Ql \&!! -on Linux). If there is a requirement to disable password authentication +.Ql \&! +on most Linuxes). +If there is a requirement to disable password authentication for the account while allowing still public-key, then the passwd field should be set to something other than these values (eg .Ql NP |