summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-04-25 22:44:14 +1000
committerDamien Miller <djm@mindrot.org>2001-04-25 22:44:14 +1000
commitf815442116071c69525915018edf5a32081bddc2 (patch)
treed7c25bb4c56ee54699a2d06f061fc7c4e9e85e06 /sshd_config
parent768f975b1394cc0c0313b69175ea8fcc3a4dc2bc (diff)
- (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
(default: off), implies KbdInteractiveAuthentication. Suggestion from markus@
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config10
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
46PasswordAuthentication yes 46PasswordAuthentication yes
47PermitEmptyPasswords no 47PermitEmptyPasswords 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
52ChallengeResponseAuthentication 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