summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--sshd_config2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e951dc9d..fb8daf563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
2 - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove 2 - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Remove
3 DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam. Patch from 3 DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam. Patch from
4 michael_steffens at hp.com, ok djm@ 4 michael_steffens at hp.com, ok djm@
5 - (tim) [sshd_config] UsePAM defaults to no.
5 6
620030924 720030924
7 - (djm) Update version.h and spec files for HEAD 8 - (djm) Update version.h and spec files for HEAD
@@ -1228,4 +1229,4 @@
1228 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1229 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1229 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1230 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1230 1231
1231$Id: ChangeLog,v 1.3042 2003/09/25 10:18:33 dtucker Exp $ 1232$Id: ChangeLog,v 1.3043 2003/09/26 02:04:34 tim Exp $
diff --git a/sshd_config b/sshd_config
index dd53f1057..af0dec09f 100644
--- a/sshd_config
+++ b/sshd_config
@@ -69,7 +69,7 @@
69# Set this to 'yes' to enable PAM authentication (via challenge-response) 69# Set this to 'yes' to enable PAM authentication (via challenge-response)
70# and session processing. Depending on your PAM configuration, this may 70# and session processing. Depending on your PAM configuration, this may
71# bypass the setting of 'PasswordAuthentication' 71# bypass the setting of 'PasswordAuthentication'
72#UsePAM yes 72#UsePAM no
73 73
74#AllowTcpForwarding yes 74#AllowTcpForwarding yes
75#GatewayPorts no 75#GatewayPorts no