[Bug 1039] Incomplete application of HostKeyAlias in ssh

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri May 13 07:37:50 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=1039





------- Additional Comments From djm at mindrot.org  2005-05-13 07:37 -------
I'm not sure that this is a problem. You can already do:

Host something
        HostName localhost
        HostKeyAlias something

if you want to create "virtual" hosts that refer to the same hostname. 
This works for localhost too:

Host something1
        HostName localhost
        Port 2222
        HostKeyAlias something1

Host something2
        HostName localhost
        Port 2223
        HostKeyAlias something2





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list