bugzilla-daemon at bugzilla.mindrot.org
2010-Sep-14 08:40 UTC
[Bug 1819] New: IPv6 local port forward does not work as described in man-page
https://bugzilla.mindrot.org/show_bug.cgi?id=1819 Summary: IPv6 local port forward does not work as described in man-page Product: Portable OpenSSH Version: 5.6p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy: jchadima at redhat.com Syntax with slashes - as described - does not work: mfaux at reykjavik ~ % ssh -L '1234/::1/1234' 1.2.3.4 Bad local forwarding specification '1234/::1/1234' Workaround: Use "enclosing address in square brackets" method: "ssh -L '1234:[::1]:1234'". -- 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
2010-Oct-12 02:43 UTC
[Bug 1819] IPv6 local port forward does not work as described in man-page
https://bugzilla.mindrot.org/show_bug.cgi?id=1819 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Damien Miller <djm at mindrot.org> 2010-10-12 13:43:42 EST --- The '/' separated form is deprecated and has been removed from the manual pages in recent OpenSSH. -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2011-Jan-24 01:34 UTC
[Bug 1819] IPv6 local port forward does not work as described in man-page
https://bugzilla.mindrot.org/show_bug.cgi?id=1819 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> 2011-01-24 12:34:04 EST --- Move resolved bugs to CLOSED after 5.7 release -- 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.
Possibly Parallel Threads
- [Bug 1734] New: IPv6 address in port forward options (-L) requires square brackets
- [Bug 1894] New: ssh requests ipv6 addresses even with ipv6 disabled
- [Bug 1817] New: lastlog is not recorded with the big uid
- [Bug 1635] New: It is useful to transfer locale-related environment variables acros the conection
- [Bug 1834] New: OpenSSH ignores keys in ~/.ssh/config and offers keys from Seahorse instead