Mailing List Archive

[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@mindrot.org
ReportedBy: ildefonso_camargo@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.

_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
http://www.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1198] ssh associates the host identification to just IP/hostname , and it should also include remote port. [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=1198


dtucker@zip.com.au changed:

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




------- Comment #1 from dtucker@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.

_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
http://www.mindrot.org/mailman/listinfo/openssh-bugs