View | Details | Raw Unified | Return to bug 1410
Collapse All | Expand All

(-)../openssh-4.5p1.orig/sshd_config (-2 / +6 lines)
Lines 52-58 Link Here
52
# Don't read the user's ~/.rhosts and ~/.shosts files
52
# Don't read the user's ~/.rhosts and ~/.shosts files
53
#IgnoreRhosts yes
53
#IgnoreRhosts yes
54
54
55
# To disable tunneled clear text passwords, change to no here!
55
# To disable tunneled clear text passwords, change to no here! Also,
56
# remember to set the UsePAM setting to 'no'.
56
#PasswordAuthentication yes
57
#PasswordAuthentication yes
57
#PermitEmptyPasswords no
58
#PermitEmptyPasswords no
58
59
Lines 78-84 Link Here
78
# If you just want the PAM account and session checks to run without
79
# If you just want the PAM account and session checks to run without
79
# PAM authentication, then enable this but set PasswordAuthentication
80
# PAM authentication, then enable this but set PasswordAuthentication
80
# and ChallengeResponseAuthentication to 'no'.
81
# and ChallengeResponseAuthentication to 'no'.
81
#UsePAM no
82
# Also, PAM will deny null passwords by default.  If you need to allow
83
# null passwords, add the "	nullok" option to the end of the
84
# securityserver.so line in /etc/pam.d/sshd.
85
#UsePAM yes
82
86
83
#AllowTcpForwarding yes
87
#AllowTcpForwarding yes
84
#GatewayPorts no
88
#GatewayPorts no

Return to bug 1410