bugzilla-daemon at mindrot.org
2006-Jun-19 16:39 UTC
[Bug 1198] ssh associates the host identification to just IP/hostname , and it should also include remote port.
http://bugzilla.mindrot.org/show_bug.cgi?id=1198 Summary: ssh associates the host identification to just IP/hostname , and it should also include remote port. Product: Portable OpenSSH Version: 4.3p2 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: ildefonso_camargo at yahoo.com Hi! I administer three servers wich are behind one firewall with just one IP, so I have port redirection to each server in different ports, and thus, when I connect to each server I always receive the warning regarding the changed host key. I think that the host key should be associated with the tuple IP:port or hostname:port, or at least have an option de allow it. Thanks in advance, Ildefonso Camargo. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Jun-19 23:32 UTC
[Bug 1198] ssh associates the host identification to just IP/hostname , and it should also include remote port.
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.