- djm@cvs.openbsd.org 2009/02/12 03:42:09
[ssh.1] document -R0:... usage
This commit is contained in:
parent
923e8bb7dc
commit
e2f4cc5016
|
@ -18,6 +18,9 @@
|
||||||
[monitor.c]
|
[monitor.c]
|
||||||
some paranoia: check that the serialised key is really KEY_RSA before
|
some paranoia: check that the serialised key is really KEY_RSA before
|
||||||
diddling its internals
|
diddling its internals
|
||||||
|
- djm@cvs.openbsd.org 2009/02/12 03:42:09
|
||||||
|
[ssh.1]
|
||||||
|
document -R0:... usage
|
||||||
|
|
||||||
20090212
|
20090212
|
||||||
- (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
|
- (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
|
||||||
|
@ -5144,5 +5147,5 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.5189 2009/02/14 05:33:31 djm Exp $
|
$Id: ChangeLog,v 1.5190 2009/02/14 05:33:49 djm Exp $
|
||||||
|
|
||||||
|
|
11
ssh.1
11
ssh.1
|
@ -34,8 +34,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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: November 9 2008 $
|
.Dd $Mdocdate: February 12 2009 $
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -563,6 +563,13 @@ will only succeed if the server's
|
||||||
.Cm GatewayPorts
|
.Cm GatewayPorts
|
||||||
option is enabled (see
|
option is enabled (see
|
||||||
.Xr sshd_config 5 ) .
|
.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
|
.It Fl S Ar ctl_path
|
||||||
Specifies the location of a control socket for connection sharing.
|
Specifies the location of a control socket for connection sharing.
|
||||||
Refer to the description of
|
Refer to the description of
|
||||||
|
|
Loading…
Reference in New Issue