Re: Fallthrough in ssh_config

2013-03-21 Thread Ryan Kavanagh
On Fri, Mar 22, 2013 at 10:40:18AM +1100, Darren Tucker wrote: > No, not currently. Bummer. > There is an open enhancement request to let it match subnets, which > may or may not be sufficient for what you want > (https://bugzilla.mindrot.org/show_bug.cgi?id=1169). Not quite. What I was looking

Re: Fallthrough in ssh_config

2013-03-21 Thread Darren Tucker
On Fri, Mar 22, 2013 at 7:30 AM, Ryan Kavanagh wrote: > Is there a way to have Host stanzas in an ssh_config containing a > HostName entry match Host stanzas corresponding to said HostName? In > other words, given an ssh config > > Host blah > HostName blah.example.org > > Host *.e

Fallthrough in ssh_config

2013-03-21 Thread Ryan Kavanagh
Is there a way to have Host stanzas in an ssh_config containing a HostName entry match Host stanzas corresponding to said HostName? In other words, given an ssh config Host blah HostName blah.example.org Host *.example.org User bob can I have "ssh blah" also use the setti