summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.116
1 files changed, 14 insertions, 2 deletions
diff --git a/ssh.1 b/ssh.1
index 1883578f2..1229201da 100644
--- a/ssh.1
+++ b/ssh.1
@@ -517,6 +517,11 @@ per-host basis in the configuration file.
517.It Fl q 517.It Fl q
518Quiet mode. 518Quiet mode.
519Causes most warning and diagnostic messages to be suppressed. 519Causes most warning and diagnostic messages to be suppressed.
520Only fatal errors are displayed.
521If a second
522.Fl q
523is given then even fatal errors are suppressed, except for those produced
524due solely to bad arguments.
520.It Fl R Xo 525.It Fl R Xo
521.Sm off 526.Sm off
522.Oo Ar bind_address : Oc 527.Oo Ar bind_address : Oc
@@ -550,7 +555,7 @@ using an alternative syntax:
550.Pp 555.Pp
551By default, the listening socket on the server will be bound to the loopback 556By default, the listening socket on the server will be bound to the loopback
552interface only. 557interface only.
553This may be overriden by specifying a 558This may be overridden by specifying a
554.Ar bind_address . 559.Ar bind_address .
555An empty 560An empty
556.Ar bind_address , 561.Ar bind_address ,
@@ -564,7 +569,10 @@ will only succeed if the server's
564option is enabled (see 569option is enabled (see
565.Xr sshd_config 5 ) . 570.Xr sshd_config 5 ) .
566.It Fl S Ar ctl_path 571.It Fl S Ar ctl_path
567Specifies the location of a control socket for connection sharing. 572Specifies the location of a control socket for connection sharing,
573or the string
574.Dq none
575to disable connection sharing.
568Refer to the description of 576Refer to the description of
569.Cm ControlPath 577.Cm ControlPath
570and 578and
@@ -1298,6 +1306,8 @@ The file format and configuration options are described in
1298.Xr ssh_config 5 . 1306.Xr ssh_config 5 .
1299Because of the potential for abuse, this file must have strict permissions: 1307Because of the potential for abuse, this file must have strict permissions:
1300read/write for the user, and not accessible by others. 1308read/write for the user, and not accessible by others.
1309It may be group-writable provided that the group in question contains only
1310the user.
1301.Pp 1311.Pp
1302.It ~/.ssh/environment 1312.It ~/.ssh/environment
1303Contains additional definitions for environment variables; see 1313Contains additional definitions for environment variables; see
@@ -1398,8 +1408,10 @@ manual page for more information.
1398.Xr sftp 1 , 1408.Xr sftp 1 ,
1399.Xr ssh-add 1 , 1409.Xr ssh-add 1 ,
1400.Xr ssh-agent 1 , 1410.Xr ssh-agent 1 ,
1411.Xr ssh-argv0 1 ,
1401.Xr ssh-keygen 1 , 1412.Xr ssh-keygen 1 ,
1402.Xr ssh-keyscan 1 , 1413.Xr ssh-keyscan 1 ,
1414.Xr ssh-vulnkey 1 ,
1403.Xr tun 4 , 1415.Xr tun 4 ,
1404.Xr hosts.equiv 5 , 1416.Xr hosts.equiv 5 ,
1405.Xr ssh_config 5 , 1417.Xr ssh_config 5 ,