[Bug 1819] New: IPv6 local port forward does not work as described	in man-page
    bugzilla-daemon at bugzilla.mindrot.org 
    bugzilla-daemon at bugzilla.mindrot.org
       
    Tue Sep 14 18:40:03 EST 2010
    
    
  
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.
    
    
More information about the openssh-bugs
mailing list