diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -507,6 +507,11 @@ per-host basis in the configuration file. | |||
507 | .It Fl q | 507 | .It Fl q |
508 | Quiet mode. | 508 | Quiet mode. |
509 | Causes all warning and diagnostic messages to be suppressed. | 509 | Causes all warning and diagnostic messages to be suppressed. |
510 | Only fatal errors are displayed. | ||
511 | If a second | ||
512 | .Fl q | ||
513 | is given then even fatal errors are suppressed, except for those produced | ||
514 | due solely to bad arguments. | ||
510 | .It Fl R Xo | 515 | .It Fl R Xo |
511 | .Sm off | 516 | .Sm off |
512 | .Oo Ar bind_address : Oc | 517 | .Oo Ar bind_address : Oc |
@@ -1259,6 +1264,8 @@ The file format and configuration options are described in | |||
1259 | .Xr ssh_config 5 . | 1264 | .Xr ssh_config 5 . |
1260 | Because of the potential for abuse, this file must have strict permissions: | 1265 | Because of the potential for abuse, this file must have strict permissions: |
1261 | read/write for the user, and not accessible by others. | 1266 | read/write for the user, and not accessible by others. |
1267 | It may be group-writable provided that the group in question contains only | ||
1268 | the user. | ||
1262 | .Pp | 1269 | .Pp |
1263 | .It ~/.ssh/environment | 1270 | .It ~/.ssh/environment |
1264 | Contains additional definitions for environment variables; see | 1271 | Contains additional definitions for environment variables; see |
@@ -1359,6 +1366,7 @@ manual page for more information. | |||
1359 | .Xr sftp 1 , | 1366 | .Xr sftp 1 , |
1360 | .Xr ssh-add 1 , | 1367 | .Xr ssh-add 1 , |
1361 | .Xr ssh-agent 1 , | 1368 | .Xr ssh-agent 1 , |
1369 | .Xr ssh-argv0 1 , | ||
1362 | .Xr ssh-keygen 1 , | 1370 | .Xr ssh-keygen 1 , |
1363 | .Xr ssh-keyscan 1 , | 1371 | .Xr ssh-keyscan 1 , |
1364 | .Xr tun 4 , | 1372 | .Xr tun 4 , |