summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.514
1 files changed, 0 insertions, 14 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index faf93fc90..ca4cb193a 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -916,20 +916,6 @@ are refused if the number of unauthenticated connections reaches
916Specifies whether password authentication is allowed. 916Specifies whether password authentication is allowed.
917The default is 917The default is
918.Dq yes . 918.Dq yes .
919.It Cm PermitBlacklistedKeys
920Specifies whether
921.Xr sshd 8
922should allow keys recorded in its blacklist of known-compromised keys (see
923.Xr ssh-vulnkey 1 ) .
924If
925.Dq yes ,
926then attempts to authenticate with compromised keys will be logged but
927accepted.
928If
929.Dq no ,
930then attempts to authenticate with compromised keys will be rejected.
931The default is
932.Dq no .
933.It Cm PermitEmptyPasswords 919.It Cm PermitEmptyPasswords
934When password authentication is allowed, it specifies whether the 920When password authentication is allowed, it specifies whether the
935server allows login to accounts with empty password strings. 921server allows login to accounts with empty password strings.