bugzilla-daemon at bugzilla.mindrot.org
2009-Jun-05 05:18 UTC
[Bug 1602] New: ssh: doesn't handle IPv6 addresses with brackets
https://bugzilla.mindrot.org/show_bug.cgi?id=1602 Summary: ssh: doesn't handle IPv6 addresses with brackets Product: Portable OpenSSH Version: 5.2p1 Platform: All OS/Version: Linux Status: NEW Keywords: low-hanging-fruit Severity: normal Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: christopher.smith-bugzilla at sphere-systems.com ssh can connect to a specific IPv6 address when the bare address ('2001:db8:1234::1') is specified on the command line. However, various applications (e.g., scp) use the convention of enclosing the IPv6 address in brackets as delimiters: '[2001:db8:1234::1]:/tmp/file'. Currently, ssh cannot handle the bracket-delimited addresses passed by client applications such as Subversion; instead, it tries to look up the address as a hostname and predictably fails. Interpreting IPv6 addresses in brackets would be more consistent internally and more compatible with applications that use SSH transport. Steps to reproduce: 1) SSH to an IPv6 address: '# ssh 2001:db8:1234::1' => successful 2) SSH to address with brackets: '# ssh [2001:db8:1234::1]' => 'ssh: Could not resolve hostname [2001:db8:1234::1]: Name or service not known' -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Oct-06 04:57 UTC
[Bug 1602] ssh: doesn't handle IPv6 addresses with brackets
https://bugzilla.mindrot.org/show_bug.cgi?id=1602 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Severity|normal |enhancement -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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 1602] ssh: doesn't handle IPv6 addresses with brackets
- [Bug 1602] ssh: doesn't handle IPv6 addresses with brackets
- [Bug 1602] ssh: doesn't handle IPv6 addresses with brackets
- [Bug 1602] ssh: doesn't handle IPv6 addresses with brackets
- [Bug 1602] ssh: doesn't handle IPv6 addresses with brackets