diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-11 22:24:34 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-11 22:24:34 +0000 |
commit | 9071ef1730481a3f01853fdc8c66868b024e955b (patch) | |
tree | 0c69a477d4c472023411820581d167febaa80502 | |
parent | 3ab5aa187caae58d1242f08cf76db8defb374eb2 (diff) |
document StrictMode
-rw-r--r-- | usr.bin/ssh/sshd.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 45a028aff9a..58ca9977339 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: sshd.8,v 1.11 1999/10/11 21:48:29 markus Exp $ +.\" $Id: sshd.8,v 1.12 1999/10/11 22:24:33 markus Exp $ .\" .Dd September 25, 1999 .Dt SSHD 8 @@ -400,8 +400,10 @@ Note that s/key authentication is enabled only if .Cm PasswordAuthentication is allowed, too. .It Cm StrictModes -Specifies whether SSH should check file modes and ownership of the -user's home directory and rhosts files before accepting login. This +Specifies whether +.Nm +should check file modes and ownership of the +user's files and home directory before accepting login. This is normally desirable because novices sometimes accidentally leave their directory or files world-writable. The default is .Dq yes . |