From 811ee3700ee412cebedd8649cea8b95bfef083d5 Mon Sep 17 00:00:00 2001 From: stevesk Date: Thu, 27 Jun 2002 16:59:50 +0000 Subject: [PATCH] 20020628 - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented options should contain default value. from solar. --- ChangeLog | 4 ++++ sshd_config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 41436e8b..6ba9189f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20020628 + - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented + options should contain default value. from solar. + 200206027 - OpenBSD CVS Sync - deraadt@cvs.openbsd.org 2002/06/26 14:49:36 diff --git a/sshd_config b/sshd_config index d57346be..24c4e059 100644 --- a/sshd_config +++ b/sshd_config @@ -71,7 +71,7 @@ # Set this to 'yes' to enable PAM keyboard-interactive authentication # Warning: enabling this may bypass the setting of 'PasswordAuthentication' -#PAMAuthenticationViaKbdInt yes +#PAMAuthenticationViaKbdInt no #X11Forwarding no #X11DisplayOffset 10 -- 2.45.2