]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2009/02/12 03:42:09
authordjm <djm>
Sat, 14 Feb 2009 05:33:49 +0000 (05:33 +0000)
committerdjm <djm>
Sat, 14 Feb 2009 05:33:49 +0000 (05:33 +0000)
     [ssh.1]
     document -R0:... usage

ChangeLog
ssh.1

index 02c83fd26d4baef2f84ba4a8bd45b96640d50da3..6f761aae4d2ea5a8ea72b69e35b6cd5d81339622 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@
      [monitor.c]
      some paranoia: check that the serialised key is really KEY_RSA before
      diddling its internals
+   - djm@cvs.openbsd.org 2009/02/12 03:42:09
+     [ssh.1]
+     document -R0:... usage
 
 20090212
  - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
diff --git a/ssh.1 b/ssh.1
index 568b531440be0e25bf7fb8d616d00a7a55ae9c2b..2bbbe10b500021127d2d01ebaa5b03dcc1aac3b0 100644 (file)
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh.1,v 1.280 2008/11/09 12:34:47 tobias Exp $
+.\" $OpenBSD: ssh.1,v 1.281 2009/02/12 03:42:09 djm Exp $
 .Dd $Mdocdate$
 .Dt SSH 1
 .Os
@@ -563,6 +563,13 @@ will only succeed if the server's
 .Cm GatewayPorts
 option is enabled (see
 .Xr sshd_config 5 ) .
+.Pp
+If the
+.Ar port
+argument is
+.Dq 0 ,
+the listen port will be dynamically allocated on the server and reported
+to the client at run time.
 .It Fl S Ar ctl_path
 Specifies the location of a control socket for connection sharing.
 Refer to the description of
This page took 0.073573 seconds and 5 git commands to generate.