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

(-)sshd_config.factory (+5 lines)
Lines 35-40 Link Here
35
35
36
#LoginGraceTime 2m
36
#LoginGraceTime 2m
37
#PermitRootLogin without-password
37
#PermitRootLogin without-password
38
# -- this policy is extended to group wheel (see a Match below).
38
#StrictModes yes
39
#StrictModes yes
39
#MaxAuthTries 6
40
#MaxAuthTries 6
40
41
Lines 115-117 Link Here
115
#	X11Forwarding yes
116
#	X11Forwarding yes
116
#	AllowTcpForwarding no
117
#	AllowTcpForwarding no
117
#	ForceCommand cvs server
118
#	ForceCommand cvs server
119
120
# An extension of the policy "PermitRootLogin without-password":
121
Match Group wheel
122
    PasswordAuthentication no

Return to bug 17286