summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.118
1 files changed, 17 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index 3f815b8e7..48c11c733 100644
--- a/ssh.1
+++ b/ssh.1
@@ -504,6 +504,11 @@ per-host basis in the configuration file.
504.It Fl q 504.It Fl q
505Quiet mode. 505Quiet mode.
506Causes most warning and diagnostic messages to be suppressed. 506Causes most warning and diagnostic messages to be suppressed.
507Only fatal errors are displayed.
508If a second
509.Fl q
510is given then even fatal errors are suppressed, except for those produced
511due solely to bad arguments.
507.It Fl R Xo 512.It Fl R Xo
508.Sm off 513.Sm off
509.Oo Ar bind_address : Oc 514.Oo Ar bind_address : Oc
@@ -558,7 +563,10 @@ argument is
558the listen port will be dynamically allocated on the server and reported 563the listen port will be dynamically allocated on the server and reported
559to the client at run time. 564to the client at run time.
560.It Fl S Ar ctl_path 565.It Fl S Ar ctl_path
561Specifies the location of a control socket for connection sharing. 566Specifies the location of a control socket for connection sharing,
567or the string
568.Dq none
569to disable connection sharing.
562Refer to the description of 570Refer to the description of
563.Cm ControlPath 571.Cm ControlPath
564and 572and
@@ -759,6 +767,10 @@ The
759.Sx HISTORY 767.Sx HISTORY
760section of 768section of
761.Xr ssl 8 769.Xr ssl 8
770(on non-OpenBSD systems, see
771.nh
772http://www.openbsd.org/cgi\-bin/man.cgi?query=ssl&sektion=8#HISTORY)
773.hy
762contains a brief discussion of the two algorithms. 774contains a brief discussion of the two algorithms.
763.Pp 775.Pp
764The file 776The file
@@ -1321,6 +1333,8 @@ The file format and configuration options are described in
1321.Xr ssh_config 5 . 1333.Xr ssh_config 5 .
1322Because of the potential for abuse, this file must have strict permissions: 1334Because of the potential for abuse, this file must have strict permissions:
1323read/write for the user, and not accessible by others. 1335read/write for the user, and not accessible by others.
1336It may be group-writable provided that the group in question contains only
1337the user.
1324.Pp 1338.Pp
1325.It ~/.ssh/environment 1339.It ~/.ssh/environment
1326Contains additional definitions for environment variables; see 1340Contains additional definitions for environment variables; see
@@ -1421,8 +1435,10 @@ manual page for more information.
1421.Xr sftp 1 , 1435.Xr sftp 1 ,
1422.Xr ssh-add 1 , 1436.Xr ssh-add 1 ,
1423.Xr ssh-agent 1 , 1437.Xr ssh-agent 1 ,
1438.Xr ssh-argv0 1 ,
1424.Xr ssh-keygen 1 , 1439.Xr ssh-keygen 1 ,
1425.Xr ssh-keyscan 1 , 1440.Xr ssh-keyscan 1 ,
1441.Xr ssh-vulnkey 1 ,
1426.Xr tun 4 , 1442.Xr tun 4 ,
1427.Xr hosts.equiv 5 , 1443.Xr hosts.equiv 5 ,
1428.Xr ssh_config 5 , 1444.Xr ssh_config 5 ,