diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -500,6 +500,11 @@ per-host basis in the configuration file. | |||
500 | .It Fl q | 500 | .It Fl q |
501 | Quiet mode. | 501 | Quiet mode. |
502 | Causes most warning and diagnostic messages to be suppressed. | 502 | Causes most warning and diagnostic messages to be suppressed. |
503 | Only fatal errors are displayed. | ||
504 | If a second | ||
505 | .Fl q | ||
506 | is given then even fatal errors are suppressed, except for those produced | ||
507 | due 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 | |||
554 | the listen port will be dynamically allocated on the server and reported | 559 | the listen port will be dynamically allocated on the server and reported |
555 | to the client at run time. | 560 | to the client at run time. |
556 | .It Fl S Ar ctl_path | 561 | .It Fl S Ar ctl_path |
557 | Specifies the location of a control socket for connection sharing. | 562 | Specifies the location of a control socket for connection sharing, |
563 | or the string | ||
564 | .Dq none | ||
565 | to disable connection sharing. | ||
558 | Refer to the description of | 566 | Refer to the description of |
559 | .Cm ControlPath | 567 | .Cm ControlPath |
560 | and | 568 | and |
@@ -744,6 +752,10 @@ The | |||
744 | .Sx HISTORY | 752 | .Sx HISTORY |
745 | section of | 753 | section of |
746 | .Xr ssl 8 | 754 | .Xr ssl 8 |
755 | (on non-OpenBSD systems, see | ||
756 | .nh | ||
757 | http://www.openbsd.org/cgi\-bin/man.cgi?query=ssl&sektion=8#HISTORY) | ||
758 | .hy | ||
747 | contains a brief discussion of the two algorithms. | 759 | contains a brief discussion of the two algorithms. |
748 | .Pp | 760 | .Pp |
749 | The file | 761 | The file |
@@ -1294,6 +1306,8 @@ The file format and configuration options are described in | |||
1294 | .Xr ssh_config 5 . | 1306 | .Xr ssh_config 5 . |
1295 | Because of the potential for abuse, this file must have strict permissions: | 1307 | Because of the potential for abuse, this file must have strict permissions: |
1296 | read/write for the user, and not accessible by others. | 1308 | read/write for the user, and not accessible by others. |
1309 | It may be group-writable provided that the group in question contains only | ||
1310 | the user. | ||
1297 | .Pp | 1311 | .Pp |
1298 | .It ~/.ssh/environment | 1312 | .It ~/.ssh/environment |
1299 | Contains additional definitions for environment variables; see | 1313 | Contains 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 , |