bugzilla-daemon at bugzilla.mindrot.org
2019-Jun-07 04:33 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 ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #2 from Damien Miller <djm at mindrot.org> --- I don't think we want to do this at the moment. Bracketed IPv6 addresses are mostly used when suffixed by port numbers or when the address boundaries could be otherwise confused with adjacent text (e.g. "scp [::1]:/bin/ls /tmp"), but ssh doesn't support host:port-style destinations and the only potentially adjacent characters are the "user@" prefix. If this changes then we'll certainly revisit this. -- 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.