summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh.111
2 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e9a177d9..c93cf06f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@
18 [monitor.c] 18 [monitor.c]
19 some paranoia: check that the serialised key is really KEY_RSA before 19 some paranoia: check that the serialised key is really KEY_RSA before
20 diddling its internals 20 diddling its internals
21 - djm@cvs.openbsd.org 2009/02/12 03:42:09
22 [ssh.1]
23 document -R0:... usage
21 24
2220090212 2520090212
23 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically 26 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
@@ -5144,5 +5147,5 @@
5144 OpenServer 6 and add osr5bigcrypt support so when someone migrates 5147 OpenServer 6 and add osr5bigcrypt support so when someone migrates
5145 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 5148 passwords between UnixWare and OpenServer they will still work. OK dtucker@
5146 5149
5147$Id: ChangeLog,v 1.5189 2009/02/14 05:33:31 djm Exp $ 5150$Id: ChangeLog,v 1.5190 2009/02/14 05:33:49 djm Exp $
5148 5151
diff --git a/ssh.1 b/ssh.1
index b66a1c342..6a7cfbf13 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.280 2008/11/09 12:34:47 tobias Exp $ 37.\" $OpenBSD: ssh.1,v 1.281 2009/02/12 03:42:09 djm Exp $
38.Dd $Mdocdate: November 9 2008 $ 38.Dd $Mdocdate: February 12 2009 $
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -563,6 +563,13 @@ will only succeed if the server's
563.Cm GatewayPorts 563.Cm GatewayPorts
564option is enabled (see 564option is enabled (see
565.Xr sshd_config 5 ) . 565.Xr sshd_config 5 ) .
566.Pp
567If the
568.Ar port
569argument is
570.Dq 0 ,
571the listen port will be dynamically allocated on the server and reported
572to the client at run time.
566.It Fl S Ar ctl_path 573.It Fl S Ar ctl_path
567Specifies the location of a control socket for connection sharing. 574Specifies the location of a control socket for connection sharing.
568Refer to the description of 575Refer to the description of