summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.125
1 files changed, 19 insertions, 6 deletions
diff --git a/ssh.1 b/ssh.1
index 1883578f2..421783be3 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\ \&
@@ -550,7 +550,7 @@ using an alternative syntax:
550.Pp 550.Pp
551By default, the listening socket on the server will be bound to the loopback 551By default, the listening socket on the server will be bound to the loopback
552interface only. 552interface only.
553This may be overriden by specifying a 553This may be overridden by specifying a
554.Ar bind_address . 554.Ar bind_address .
555An empty 555An empty
556.Ar bind_address , 556.Ar bind_address ,
@@ -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.Ql 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
@@ -658,6 +665,11 @@ Disables X11 forwarding.
658Enables trusted X11 forwarding. 665Enables trusted X11 forwarding.
659Trusted X11 forwardings are not subjected to the X11 SECURITY extension 666Trusted X11 forwardings are not subjected to the X11 SECURITY extension
660controls. 667controls.
668.It Fl y
669Send log information using the
670.Xr syslog 3
671system module.
672By default this information is sent to stderr.
661.El 673.El
662.Pp 674.Pp
663.Nm 675.Nm
@@ -893,9 +905,10 @@ Send a BREAK to the remote system
893.It Cm ~C 905.It Cm ~C
894Open command line. 906Open command line.
895Currently this allows the addition of port forwardings using the 907Currently this allows the addition of port forwardings using the
896.Fl L 908.Fl L ,
897and
898.Fl R 909.Fl R
910and
911.Fl D
899options (see above). 912options (see above).
900It also allows the cancellation of existing remote port-forwardings 913It also allows the cancellation of existing remote port-forwardings
901using 914using