summaryrefslogtreecommitdiff
path: root/sshd.8
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.8
parent768f975b1394cc0c0313b69175ea8fcc3a4dc2bc (diff)
- (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
(default: off), implies KbdInteractiveAuthentication. Suggestion from markus@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.88
1 files changed, 8 insertions, 0 deletions
diff --git a/sshd.8 b/sshd.8
index 62e3de7c6..56723392a 100644
--- a/sshd.8
+++ b/sshd.8
@@ -616,6 +616,14 @@ The probability increases linearly and all connection attempts
616are refused if the number of unauthenticated connections reaches 616are refused if the number of unauthenticated connections reaches
617.Dq full 617.Dq full
618(60). 618(60).
619.It Cm PAMAuthenticationViaKbdInt
620Specifies whether PAM challenge response authentication is allowed. This
621allows the use of most PAM challenge response authentication modules, but
622it will allow password authentication regardless of whether
623.Cm PasswordAuthentication
624is disabled.
625The default is
626.Dq no .
619.It Cm PasswordAuthentication 627.It Cm PasswordAuthentication
620Specifies whether password authentication is allowed. 628Specifies whether password authentication is allowed.
621The default is 629The default is