Bug 625608 - IPv6 local port forward does not work as described in man-page
Summary: IPv6 local port forward does not work as described in man-page
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: openssh
Version: 13
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jan F. Chadima
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-19 22:28 UTC by Manuel Faux
Modified: 2010-09-14 08:40 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-09-14 08:40:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Manuel Faux 2010-08-19 22:28:06 UTC
Description of problem:
man 1 ssh describes:
> -L [bind_address:]port:host:hostport
>        IPv6 addresses can be specified with an alternative syntax:
>        [bind_address/]port/host/hostport or by enclosing the address in
>        square brackets.

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'

Version-Release number of selected component (if applicable):
openssh-clients-5.4p1-3.fc13.i686

How reproducible:
Always
  
Actual results:
If executing "ssh -L 1234/::1/1234 server" ssh closes with "Bad local forwarding specification '1234/::1/1234'".

Expected results:
ssh should interpret the syntax as described in the man page.

Additional info:
Workaround: Use "enclosing address in square brackets" method: "ssh -L '1234:[::1]:1234'".

Comment 1 Jan F. Chadima 2010-09-14 08:40:39 UTC
reported upstream as https://bugzilla.mindrot.org/show_bug.cgi?id=1819


Note You need to log in before you can comment on or make changes to this bug.