From f815442116071c69525915018edf5a32081bddc2 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 25 Apr 2001 22:44:14 +1000 Subject: - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt' (default: off), implies KbdInteractiveAuthentication. Suggestion from markus@ --- sshd.8 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sshd.8') 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 are refused if the number of unauthenticated connections reaches .Dq full (60). +.It Cm PAMAuthenticationViaKbdInt +Specifies whether PAM challenge response authentication is allowed. This +allows the use of most PAM challenge response authentication modules, but +it will allow password authentication regardless of whether +.Cm PasswordAuthentication +is disabled. +The default is +.Dq no . .It Cm PasswordAuthentication Specifies whether password authentication is allowed. The default is -- cgit v1.2.3