summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--sshd_config2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ad959980c..273b2abf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120020628
2 - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented
3 options should contain default value. from solar.
4
1200206027 5200206027
2 - OpenBSD CVS Sync 6 - OpenBSD CVS Sync
3 - deraadt@cvs.openbsd.org 2002/06/26 14:49:36 7 - deraadt@cvs.openbsd.org 2002/06/26 14:49:36
@@ -1187,4 +1191,4 @@
1187 - (stevesk) entropy.c: typo in debug message 1191 - (stevesk) entropy.c: typo in debug message
1188 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1192 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1189 1193
1190$Id: ChangeLog,v 1.2307 2002/06/27 00:25:07 mouring Exp $ 1194$Id: ChangeLog,v 1.2308 2002/06/27 16:59:50 stevesk Exp $
diff --git a/sshd_config b/sshd_config
index d57346bef..24c4e059e 100644
--- a/sshd_config
+++ b/sshd_config
@@ -71,7 +71,7 @@
71 71
72# Set this to 'yes' to enable PAM keyboard-interactive authentication 72# Set this to 'yes' to enable PAM keyboard-interactive authentication
73# Warning: enabling this may bypass the setting of 'PasswordAuthentication' 73# Warning: enabling this may bypass the setting of 'PasswordAuthentication'
74#PAMAuthenticationViaKbdInt yes 74#PAMAuthenticationViaKbdInt no
75 75
76#X11Forwarding no 76#X11Forwarding no
77#X11DisplayOffset 10 77#X11DisplayOffset 10