mirror of git://anongit.mindrot.org/openssh.git
Use "prohibit-password" in -portable comments.
"without-password" is the deprecated alias for "prohibit-password", so we should reference the latter. From emaste at freebsd.org.
This commit is contained in:
parent
0f7e1eba55
commit
4f4a5fad6d
|
@ -75,7 +75,7 @@ AuthorizedKeysFile .ssh/authorized_keys
|
||||||
# be allowed through the KbdInteractiveAuthentication and
|
# be allowed through the KbdInteractiveAuthentication and
|
||||||
# PasswordAuthentication. Depending on your PAM configuration,
|
# PasswordAuthentication. Depending on your PAM configuration,
|
||||||
# PAM authentication via KbdInteractiveAuthentication may bypass
|
# PAM authentication via KbdInteractiveAuthentication may bypass
|
||||||
# the setting of "PermitRootLogin without-password".
|
# the setting of "PermitRootLogin prohibit-password".
|
||||||
# If you just want the PAM account and session checks to run without
|
# If you just want the PAM account and session checks to run without
|
||||||
# PAM authentication, then enable this but set PasswordAuthentication
|
# PAM authentication, then enable this but set PasswordAuthentication
|
||||||
# and KbdInteractiveAuthentication to 'no'.
|
# and KbdInteractiveAuthentication to 'no'.
|
||||||
|
|
Loading…
Reference in New Issue