diff options
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sshd_config b/sshd_config index fda1456e6..8c411e476 100644 --- a/sshd_config +++ b/sshd_config | |||
@@ -46,10 +46,12 @@ RSAAuthentication yes | |||
46 | PasswordAuthentication yes | 46 | PasswordAuthentication yes |
47 | PermitEmptyPasswords no | 47 | PermitEmptyPasswords no |
48 | 48 | ||
49 | # Comment to enable s/key passwords or PAM interactive authentication | 49 | # Uncomment to disable s/key passwords |
50 | # NB. Neither of these are compiled in by default. Please read the | 50 | #ChallengeResponseAuthentication no |
51 | # notes in the sshd(8) manpage before enabling this on a PAM system. | 51 | |
52 | ChallengeResponseAuthentication no | 52 | # Uncomment to enable PAM keyboard-interactive authentication |
53 | # Warning: enabling this may bypass the setting of 'PasswordAuthentication' | ||
54 | #PAMAuthenticationViaKbdInt yes | ||
53 | 55 | ||
54 | # To change Kerberos options | 56 | # To change Kerberos options |
55 | #KerberosAuthentication no | 57 | #KerberosAuthentication no |