[Bug 910] known_hosts port numbers

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat May 6 14:50:19 EST 2006


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





------- Comment #41 from dtucker at zip.com.au  2006-05-06 14:50 -------
Created an attachment (id=1132)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=1132&action=view)
Patch #1073 with fallback.

This is essentially the same as patch #1131, except that it also checks
for a matching hostkey without the port identifier.

Currently, if you have something like this in ssh_config:

Host foo
    Hostname foo.example.com
    Port 222

then you will have an entry like this in ssh_config:

foo.example.com ssh-rsa AAAA[...]

With patch #1131, this will no longer match since it's a non-default
port.  This patch adds a second check for this condition, so the key
verification doesn't fail.

Note that this only occurs when a) you *do* use a non-default port and
b) you *don't* use a HostKeyAlias, so unless both of these are true
patch #1131 will behave the same as you're used to.




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