hello,
was there any change from some openssh version that following does not work anymore?
here only simple example of the config:
Host host2
Hostname localhost
Host host1
Hostname host2
when I run ssh host1 it fails:
$ ssh host1
ssh: Could not resolve hostname host2: no address associated with name
It for sure worked in the past, even in big cascade of "hostname"s configured in ~/.ssh/config