I have some hosts defined in my config file: ``` host s1 s2 s3 s4 s5 IdentitiesOnly yes User myuser IdentityFile ~/.ssh/mykey HostName %h.mydomain.com ``` Using sshd I can only connect to `s1`, the rest is treated as aliases