diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -502,6 +502,10 @@ per-host basis in the configuration file. | |||
502 | .It Fl q | 502 | .It Fl q |
503 | Quiet mode. | 503 | Quiet mode. |
504 | Causes all warning and diagnostic messages to be suppressed. | 504 | Causes all warning and diagnostic messages to be suppressed. |
505 | Only fatal errors are displayed. | ||
506 | If a second | ||
507 | .Fl q | ||
508 | is given then even fatal errors are suppressed. | ||
505 | .It Fl R Xo | 509 | .It Fl R Xo |
506 | .Sm off | 510 | .Sm off |
507 | .Oo Ar bind_address : Oc | 511 | .Oo Ar bind_address : Oc |
@@ -1231,6 +1235,8 @@ The file format and configuration options are described in | |||
1231 | .Xr ssh_config 5 . | 1235 | .Xr ssh_config 5 . |
1232 | Because of the potential for abuse, this file must have strict permissions: | 1236 | Because of the potential for abuse, this file must have strict permissions: |
1233 | read/write for the user, and not accessible by others. | 1237 | read/write for the user, and not accessible by others. |
1238 | It may be group-writable provided that the group in question contains only | ||
1239 | the user. | ||
1234 | .Pp | 1240 | .Pp |
1235 | .It ~/.ssh/environment | 1241 | .It ~/.ssh/environment |
1236 | Contains additional definitions for environment variables; see | 1242 | Contains additional definitions for environment variables; see |
@@ -1331,6 +1337,7 @@ manual page for more information. | |||
1331 | .Xr sftp 1 , | 1337 | .Xr sftp 1 , |
1332 | .Xr ssh-add 1 , | 1338 | .Xr ssh-add 1 , |
1333 | .Xr ssh-agent 1 , | 1339 | .Xr ssh-agent 1 , |
1340 | .Xr ssh-argv0 1 , | ||
1334 | .Xr ssh-keygen 1 , | 1341 | .Xr ssh-keygen 1 , |
1335 | .Xr ssh-keyscan 1 , | 1342 | .Xr ssh-keyscan 1 , |
1336 | .Xr tun 4 , | 1343 | .Xr tun 4 , |