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 settings in the "*.example.org"? This
is similar to the existing fallthrough of

    Host *.abc.example.org
        User eve

    Host *.example.org
        User bob
        UserKnownHostsFile somefile

where "ssh def.abc.example.org" uses username eve and checks the host's
key against "somefile".

Best wishes,
Ryan

-- 
|_)|_/  Ryan Kavanagh           | Debian Developer
| \| \  http://ryanak.ca/       | GPG Key 4A11C97A

Reply via email to