summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.114
1 files changed, 13 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index 421783be3..d77f19b9d 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
@@ -571,7 +576,10 @@ argument is
571the listen port will be dynamically allocated on the server and reported 576the listen port will be dynamically allocated on the server and reported
572to the client at run time. 577to the client at run time.
573.It Fl S Ar ctl_path 578.It Fl S Ar ctl_path
574Specifies the location of a control socket for connection sharing. 579Specifies the location of a control socket for connection sharing,
580or the string
581.Dq none
582to disable connection sharing.
575Refer to the description of 583Refer to the description of
576.Cm ControlPath 584.Cm ControlPath
577and 585and
@@ -1311,6 +1319,8 @@ The file format and configuration options are described in
1311.Xr ssh_config 5 . 1319.Xr ssh_config 5 .
1312Because of the potential for abuse, this file must have strict permissions: 1320Because of the potential for abuse, this file must have strict permissions:
1313read/write for the user, and not accessible by others. 1321read/write for the user, and not accessible by others.
1322It may be group-writable provided that the group in question contains only
1323the user.
1314.Pp 1324.Pp
1315.It ~/.ssh/environment 1325.It ~/.ssh/environment
1316Contains additional definitions for environment variables; see 1326Contains additional definitions for environment variables; see
@@ -1411,8 +1421,10 @@ manual page for more information.
1411.Xr sftp 1 , 1421.Xr sftp 1 ,
1412.Xr ssh-add 1 , 1422.Xr ssh-add 1 ,
1413.Xr ssh-agent 1 , 1423.Xr ssh-agent 1 ,
1424.Xr ssh-argv0 1 ,
1414.Xr ssh-keygen 1 , 1425.Xr ssh-keygen 1 ,
1415.Xr ssh-keyscan 1 , 1426.Xr ssh-keyscan 1 ,
1427.Xr ssh-vulnkey 1 ,
1416.Xr tun 4 , 1428.Xr tun 4 ,
1417.Xr hosts.equiv 5 , 1429.Xr hosts.equiv 5 ,
1418.Xr ssh_config 5 , 1430.Xr ssh_config 5 ,