bugzilla-daemon at mindrot.org
2005-Sep-01  16:00 UTC
[Bug 1077] Descriptions for "ssh -D" and DynamicForward should mention they can specify "bind_address" optionally
http://bugzilla.mindrot.org/show_bug.cgi?id=1077
           Summary: Descriptions for "ssh -D" and DynamicForward
should
                    mention they can specify "bind_address" optionally
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: Documentation
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: haruyama at queen-ml.org
According to the source codes(readconf.c, ssh.c), "ssh -D" and
DynamicForward
can specify bind_address(listen_host) optionally, in addition to listen_port
(like -L, -R, LocalForward and RemoteForward). But man pages don't mention
that
they can specify bind_address optionally.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Sep-19  11:34 UTC
[Bug 1077] Descriptions for "ssh -D" and DynamicForward should mention they can specify "bind_address" optionally
http://bugzilla.mindrot.org/show_bug.cgi?id=1077
djm at mindrot.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|bitbucket at mindrot.org       |djm at mindrot.org
             Status|NEW                         |ASSIGNED
------- Additional Comments From djm at mindrot.org  2005-09-19 21:34 -------
Created an attachment (id=957)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=957&action=view)
Add bind_address descriptions to manpages
This should fix this.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.