Mailing List Archive

[Bug 910] known_hosts port numbers
http://bugzilla.mindrot.org/show_bug.cgi?id=910


dtucker@zip.com.au changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #920 is|0 |1
obsolete| |




------- Additional Comments From dtucker@zip.com.au 2005-08-09 23:09 -------
Created an attachment (id=946)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=946&action=view)
Implement port spec as per sshd(8) ListenAddress

Implement semantics proposed here:
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=112317383118528

The following are valid hostname entries:
localhost
127.0.0.1
::1
localhost:222
127.0.0.1:222
[::1]:222

The first 3 should remain backward compatible with older versions and are
written if possible. The syntax is compatible with the sshd(8) ListenAddress
option (uses the same parser).

Only lightly tested here as it's late. Anyone interested in this please test.
A better description for the man page would also be welcome.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.