http://bugzilla.mindrot.org/show_bug.cgi?id=910 ------- Comment #36 from software at martialrioux.com 2006-01-18 11:23 ------- Created an attachment (id=1051) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1051&action=view) Support ip:port for know_hosts file ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=910 ------- Comment #37 from software at martialrioux.com 2006-01-18 11:24 ------- (From update of attachment 1051) Hi, Here a simple patch to add the know_hosts port support has suggested by Devin Nate on previous post. This patch add ip:port instead of ip Please test and report if it work or not. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=910
software at martialrioux.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1051 is|0                           |1
           obsolete|                            |
------- Comment #38 from software at martialrioux.com  2006-01-18 16:11 -------
Created an attachment (id=1052)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=1052&action=view)
Support ip:port in known_hosts file 
Hi
Forget the previous patch I sent, Here is the correct/working patch supporting
the ip:port in known_hosts file.
cat ~/.ssh/known_hosts
localhost:22 ssh-rsa AAAAB3Nza.....
localhost:8022 ssh-rsa AAAAB3Nza.....
          /\
           |
The port feature is now include
Martial
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.