Bugzilla – Attachment 1185 Details for
Bug 1180
Add finer-grained controls to sshd_config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Example of how to add further options to Match,
openbsd-ssh-match-permitempty.patch (text/plain), 887 bytes, created by
Darren Tucker
on 2006-09-21 15:44:56 AEST
(
hide
)
Description:
Example of how to add further options to Match,
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2006-09-21 15:44:56 AEST
Size:
887 bytes
patch
obsolete
>--- ../ssh-match-preauth/servconf.c 2006-08-23 21:22:10.000000000 +1000 >+++ servconf.c 2006-09-21 13:19:18.000000000 +1000 >@@ -334,7 +334,7 @@ > { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, > { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, > { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, >- { "permitemptypasswords", sEmptyPasswd, SSHCFG_GLOBAL }, >+ { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, > { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, > { "uselogin", sUseLogin, SSHCFG_GLOBAL }, > { "compression", sCompression, SSHCFG_GLOBAL }, >@@ -1288,6 +1288,8 @@ > { > if (src->password_authentication != -1) > dst->password_authentication = src->password_authentication; >+ if (src->permit_empty_passwd != -1) >+ dst->permit_empty_passwd = src->permit_empty_passwd; > if (src->banner != NULL) { > if (dst->banner != NULL) > xfree(dst->banner);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1180
:
1118
|
1127
|
1184
| 1185 |
1240