diff options
author | 1999-10-11 22:24:33 +0000 | |
---|---|---|
committer | 1999-10-11 22:24:33 +0000 | |
commit | 5d0ae9fb420406f5f22719f8f70b146f238d2f58 (patch) | |
tree | ce03b235f8cc30e45a2eace5d0ae2d727ee6a8b6 | |
parent | Allow/Deny Users/Groups, from zzlevo@dd.chalmers.se, ok deraadt@ (diff) | |
download | wireguard-openbsd-5d0ae9fb420406f5f22719f8f70b146f238d2f58.tar.xz wireguard-openbsd-5d0ae9fb420406f5f22719f8f70b146f238d2f58.zip |
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 . |