diff options
author | Damien Miller <djm@mindrot.org> | 2009-02-14 16:33:49 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2009-02-14 16:33:49 +1100 |
commit | e2f4cc5016f63a0ccee02056f33b79e12e0fd31b (patch) | |
tree | e9cd1d94f4d94b5cfc7e4c41f17df2f6f45a3e72 /ssh.1 | |
parent | 923e8bb7dc921b3136320f126976bfeee11c9e41 (diff) | |
download | openssh-git-e2f4cc5016f63a0ccee02056f33b79e12e0fd31b.tar.gz |
- djm@cvs.openbsd.org 2009/02/12 03:42:09
[ssh.1]
document -R0:... usage
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -34,8 +34,8 @@ .\" (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 $ -.Dd $Mdocdate: November 9 2008 $ +.\" $OpenBSD: ssh.1,v 1.281 2009/02/12 03:42:09 djm Exp $ +.Dd $Mdocdate: February 12 2009 $ .Dt SSH 1 .Os .Sh NAME @@ -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 |