diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 11 |
2 files changed, 13 insertions, 3 deletions
@@ -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 | ||
22 | 20090212 | 25 | 20090212 |
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 | ||
@@ -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 |
564 | option is enabled (see | 564 | option is enabled (see |
565 | .Xr sshd_config 5 ) . | 565 | .Xr sshd_config 5 ) . |
566 | .Pp | ||
567 | If the | ||
568 | .Ar port | ||
569 | argument is | ||
570 | .Dq 0 , | ||
571 | the listen port will be dynamically allocated on the server and reported | ||
572 | to the client at run time. | ||
566 | .It Fl S Ar ctl_path | 573 | .It Fl S Ar ctl_path |
567 | Specifies the location of a control socket for connection sharing. | 574 | Specifies the location of a control socket for connection sharing. |
568 | Refer to the description of | 575 | Refer to the description of |