bugzilla-daemon at bugzilla.mindrot.org
2016-Feb-26 10:14 UTC
[Bug 2544] New: Port names are not supported!
https://bugzilla.mindrot.org/show_bug.cgi?id=2544 Bug ID: 2544 Summary: Port names are not supported! Product: Portable OpenSSH Version: 6.9p1 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: bbubje at gmail.com None of these options support port names (coming from f.e. /etc/services): -D -p -L -R ... -L and -R should also support fetching port names from the remote '/etc/services'. Right now, there's some syntax checking code that only accepts numeric values for a port. I expect this to still be an issue with the latest OpenSSH release (but I have not verified this). -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Oct-10 04:56 UTC
[Bug 2544] Port names are not supported!
https://bugzilla.mindrot.org/show_bug.cgi?id=2544 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Blocks| |2893 Status|NEW |RESOLVED CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> --- This should be fixed in OpenSSH 7.9 commit 2581333d564d8697837729b3d07d45738eaf5a54 Author: naddy at openbsd.org <naddy at openbsd.org> Date: Fri Oct 5 14:26:09 2018 +0000 upstream: Support using service names for port numbers. * Try to resolve a port specification with getservbyname(3) if a numeric conversion fails. * Make the "Port" option in ssh_config handle its argument as a port rather than a plain integer. ok dtucker@ deraadt@ OpenBSD-Commit-ID: e7f03633133205ab3dfbc67f9df7475fabae660d Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2893 [Bug 2893] Tracking bug for 7.9 release -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Oct-19 06:17 UTC
[Bug 2544] Port names are not supported!
https://bugzilla.mindrot.org/show_bug.cgi?id=2544 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- Close RESOLVED bugs with the release of openssh-8.0 -- 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.