Bugzilla – Attachment 1860 Details for
Bug 1782
Match support for HostbasedUsesNameFromPacketOnly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Enable Match support for HostbasedUsesNameFromPacketOnly
name-from-packet.diff (text/plain), 1.11 KB, created by
Iain Morgan
on 2010-06-16 03:27:57 AEST
(
hide
)
Description:
Enable Match support for HostbasedUsesNameFromPacketOnly
Filename:
MIME Type:
Creator:
Iain Morgan
Created:
2010-06-16 03:27:57 AEST
Size:
1.11 KB
patch
obsolete
>Index: servconf.c >=================================================================== >RCS file: /cvs/openssh/servconf.c,v >retrieving revision 1.203 >diff -u -r1.203 servconf.c >--- servconf.c 10 May 2010 01:58:03 -0000 1.203 >+++ servconf.c 15 Jun 2010 00:15:44 -0000 >@@ -346,7 +346,7 @@ > { "rhostsauthentication", sDeprecated, SSHCFG_GLOBAL }, > { "rhostsrsaauthentication", sRhostsRSAAuthentication, SSHCFG_ALL }, > { "hostbasedauthentication", sHostbasedAuthentication, SSHCFG_ALL }, >- { "hostbasedusesnamefrompacketonly", sHostbasedUsesNameFromPacketOnly, SSHCFG_GLOBAL }, >+ { "hostbasedusesnamefrompacketonly", sHostbasedUsesNameFromPacketOnly, SSHCFG_ALL }, > { "rsaauthentication", sRSAAuthentication, SSHCFG_ALL }, > { "pubkeyauthentication", sPubkeyAuthentication, SSHCFG_ALL }, > { "dsaauthentication", sPubkeyAuthentication, SSHCFG_GLOBAL }, /* alias */ >@@ -1450,6 +1450,7 @@ > M_CP_INTOPT(zero_knowledge_password_authentication); > M_CP_INTOPT(permit_root_login); > M_CP_INTOPT(permit_empty_passwd); >+ M_CP_INTOPT(hostbased_uses_name_from_packet_only); > > M_CP_INTOPT(allow_tcp_forwarding); > M_CP_INTOPT(allow_agent_forwarding);
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 1782
: 1860