[Bug 1198] ssh associates the host identification to just IP/hostname , and it should also include remote port.

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Jun 20 09:32:28 EST 2006


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


dtucker at zip.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #1 from dtucker at zip.com.au  2006-06-20 09:32 -------
For a patch see bug #910 (which I'm marking this one a duplicate of). 
Please test either patch #1131 or #1132 and report results.

Alternatively you can do something like this in your ssh_config or
~/.ssh/config files:

Host hosta
    Hostname firewall.example.com
    Port 1234
    HostKeyAlias hosta.example.com

Host hostb
    Hostname firewall.example.com
    Port 1235
    HostKeyAlias hostb


*** This bug has been marked as a duplicate of bug 910 ***




------- 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