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 6c6271ee4..d84063487 100644
--- a/ssh.1
+++ b/ssh.1
@@ -500,6 +500,11 @@ per-host basis in the configuration file.
500.It Fl q 500.It Fl q
501Quiet mode. 501Quiet mode.
502Causes most warning and diagnostic messages to be suppressed. 502Causes most warning and diagnostic messages to be suppressed.
503Only fatal errors are displayed.
504If a second
505.Fl q
506is given then even fatal errors are suppressed, except for those produced
507due solely to bad arguments.
503.It Fl R Xo 508.It Fl R Xo
504.Sm off 509.Sm off
505.Oo Ar bind_address : Oc 510.Oo Ar bind_address : Oc
@@ -554,7 +559,10 @@ argument is
554the listen port will be dynamically allocated on the server and reported 559the listen port will be dynamically allocated on the server and reported
555to the client at run time. 560to the client at run time.
556.It Fl S Ar ctl_path 561.It Fl S Ar ctl_path
557Specifies the location of a control socket for connection sharing. 562Specifies the location of a control socket for connection sharing,
563or the string
564.Dq none
565to disable connection sharing.
558Refer to the description of 566Refer to the description of
559.Cm ControlPath 567.Cm ControlPath
560and 568and
@@ -744,6 +752,10 @@ The
744.Sx HISTORY 752.Sx HISTORY
745section of 753section of
746.Xr ssl 8 754.Xr ssl 8
755(on non-OpenBSD systems, see
756.nh
757http://www.openbsd.org/cgi\-bin/man.cgi?query=ssl&sektion=8#HISTORY)
758.hy
747contains a brief discussion of the two algorithms. 759contains a brief discussion of the two algorithms.
748.Pp 760.Pp
749The file 761The file
@@ -1294,6 +1306,8 @@ The file format and configuration options are described in
1294.Xr ssh_config 5 . 1306.Xr ssh_config 5 .
1295Because of the potential for abuse, this file must have strict permissions: 1307Because of the potential for abuse, this file must have strict permissions:
1296read/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.
1297.Pp 1311.Pp
1298.It ~/.ssh/environment 1312.It ~/.ssh/environment
1299Contains additional definitions for environment variables; see 1313Contains additional definitions for environment variables; see
@@ -1394,8 +1408,10 @@ manual page for more information.
1394.Xr sftp 1 , 1408.Xr sftp 1 ,
1395.Xr ssh-add 1 , 1409.Xr ssh-add 1 ,
1396.Xr ssh-agent 1 , 1410.Xr ssh-agent 1 ,
1411.Xr ssh-argv0 1 ,
1397.Xr ssh-keygen 1 , 1412.Xr ssh-keygen 1 ,
1398.Xr ssh-keyscan 1 , 1413.Xr ssh-keyscan 1 ,
1414.Xr ssh-vulnkey 1 ,
1399.Xr tun 4 , 1415.Xr tun 4 ,
1400.Xr hosts.equiv 5 , 1416.Xr hosts.equiv 5 ,
1401.Xr ssh_config 5 , 1417.Xr ssh_config 5 ,