summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.123
1 files changed, 18 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index 1229201da..d77f19b9d 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.277 2008/07/02 13:47:39 djm Exp $ 37.\" $OpenBSD: ssh.1,v 1.282 2009/02/12 03:44:25 djm Exp $
38.Dd $Mdocdate: July 2 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
@@ -43,7 +43,7 @@
43.Nd OpenSSH SSH client (remote login program) 43.Nd OpenSSH SSH client (remote login program)
44.Sh SYNOPSIS 44.Sh SYNOPSIS
45.Nm ssh 45.Nm ssh
46.Op Fl 1246AaCfgKkMNnqsTtVvXxY 46.Op Fl 1246AaCfgKkMNnqsTtVvXxYy
47.Op Fl b Ar bind_address 47.Op Fl b Ar bind_address
48.Op Fl c Ar cipher_spec 48.Op Fl c Ar cipher_spec
49.Oo Fl D\ \& 49.Oo Fl D\ \&
@@ -568,6 +568,13 @@ will only succeed if the server's
568.Cm GatewayPorts 568.Cm GatewayPorts
569option is enabled (see 569option is enabled (see
570.Xr sshd_config 5 ) . 570.Xr sshd_config 5 ) .
571.Pp
572If the
573.Ar port
574argument is
575.Ql 0 ,
576the listen port will be dynamically allocated on the server and reported
577to the client at run time.
571.It Fl S Ar ctl_path 578.It Fl S Ar ctl_path
572Specifies the location of a control socket for connection sharing, 579Specifies the location of a control socket for connection sharing,
573or the string 580or the string
@@ -666,6 +673,11 @@ Disables X11 forwarding.
666Enables trusted X11 forwarding. 673Enables trusted X11 forwarding.
667Trusted X11 forwardings are not subjected to the X11 SECURITY extension 674Trusted X11 forwardings are not subjected to the X11 SECURITY extension
668controls. 675controls.
676.It Fl y
677Send log information using the
678.Xr syslog 3
679system module.
680By default this information is sent to stderr.
669.El 681.El
670.Pp 682.Pp
671.Nm 683.Nm
@@ -901,9 +913,10 @@ Send a BREAK to the remote system
901.It Cm ~C 913.It Cm ~C
902Open command line. 914Open command line.
903Currently this allows the addition of port forwardings using the 915Currently this allows the addition of port forwardings using the
904.Fl L 916.Fl L ,
905and
906.Fl R 917.Fl R
918and
919.Fl D
907options (see above). 920options (see above).
908It also allows the cancellation of existing remote port-forwardings 921It also allows the cancellation of existing remote port-forwardings
909using 922using