Bug 1819

Summary: IPv6 local port forward does not work as described in man-page
Product: Portable OpenSSH Reporter: jchadima
Component: sshAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: normal CC: djm
Priority: P2    
Version: 5.6p1   
Hardware: All   
OS: All   

Description jchadima 2010-09-14 18:40:02 AEST
Syntax with slashes - as described - does not work:
mfaux@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'".
Comment 1 Damien Miller 2010-10-12 13:43:42 AEDT
The '/' separated form is deprecated and has been removed from the manual pages in recent OpenSSH.
Comment 2 Damien Miller 2011-01-24 12:34:04 AEDT
Move resolved bugs to CLOSED after 5.7 release