Displaying 1 result from an estimated 1 matches for "protorol".
Did you mean:
protocol
2002 Feb 08
1
Expansion of hostname
...t for the whole of reading.
If this host name is expanded by 'HostName' option value, it's worth for
making config file simple and usefull 'Host' can be used as alias to
'HostName' value, I think.
For example:
-----begin-----
# options only for foo.some.net
Host foo
Protorol 1
HostName foo.some.net
# options only for bar.some.net
Host bar
Protocol 2
HostName foo.some.net
# options for ALL OF *.some.net hosts including
# both foo.some.net and bar.some.net
Host *.some.net
ForwardAgent yes
----- end -----
Following patch does this behaviour.
--- readconf.c 7...