Displaying 1 result from an estimated 1 matches for "omatchhostnam".
Did you mean:
  omatchhostname
  
2013 Mar 22
1
[PATCH] Allow matching HostName against Host entries
...00	1.197
+++ usr.bin/ssh/readconf.c	22 Mar 2013 01:34:26 -0000
@@ -128,7 +128,7 @@
 	oAddressFamily, oGssAuthentication, oGssDelegateCreds,
 	oServerAliveInterval, oServerAliveCountMax, oIdentitiesOnly,
 	oSendEnv, oControlPath, oControlMaster, oControlPersist,
-	oHashKnownHosts,
+	oHashKnownHosts, oMatchHostName,
 	oTunnel, oTunnelDevice, oLocalCommand, oPermitLocalCommand,
 	oVisualHostKey, oUseRoaming, oZeroKnowledgePasswordAuthentication,
 	oKexAlgorithms, oIPQoS, oRequestTTY,
@@ -228,6 +228,7 @@
 	{ "controlmaster", oControlMaster },
 	{ "controlpersist", oControlPersist },
 	{ &qu...