bugzilla-daemon at mindrot.org
2013-Jul-25 00:22 UTC
[Bug 1742] sshconnect should use port returned by getaddrinfo
https://bugzilla.mindrot.org/show_bug.cgi?id=1742 --- Comment #13 from Damien Miller <djm at mindrot.org> --- Thinking about this a little more, this patch would break hosts where "ssh" isn't in /etc/services. There are probably a few of these out there, since people like to run OpenSSH on all sorts of old things. How about we do the getservbyname lookup but only set port (to 22) if it fails? This would preserve the current working behaviour but let SRV records work too. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Jul-25 02:17 UTC
[Bug 1742] sshconnect should use port returned by getaddrinfo
https://bugzilla.mindrot.org/show_bug.cgi?id=1742 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2130 --- Comment #14 from Damien Miller <djm at mindrot.org> --- Retarget to openssh-6.4 -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2013-Jul-25 02:20 UTC
[Bug 1742] sshconnect should use port returned by getaddrinfo
https://bugzilla.mindrot.org/show_bug.cgi?id=1742 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|2076 | --- Comment #15 from Damien Miller <djm at mindrot.org> --- Retarget 6.3 -> 6.4 -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
Seemingly Similar Threads
- [Bug 1742] New: sshconnect should use port returned by getaddrinfo
- [Bug 1742] sshconnect should use port returned by getaddrinfo
- [Bug 1742] sshconnect should use port returned by getaddrinfo
- [Bug 1742] sshconnect should use port returned by getaddrinfo
- [Bug 1742] sshconnect should use port returned by getaddrinfo