diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -284,9 +284,12 @@ Ports specified in the configuration file are ignored when a | |||
284 | command-line port is specified. | 284 | command-line port is specified. |
285 | .It Fl q | 285 | .It Fl q |
286 | Quiet mode. | 286 | Quiet mode. |
287 | Nothing is sent to the system log. | 287 | Only fatal errors are sent to the system log. |
288 | Normally the beginning, | 288 | Normally the beginning, |
289 | authentication, and termination of each connection is logged. | 289 | authentication, and termination of each connection is logged. |
290 | If a second | ||
291 | .Fl q | ||
292 | is given then nothing is sent to the system log. | ||
290 | .It Fl t | 293 | .It Fl t |
291 | Test mode. | 294 | Test mode. |
292 | Only check the validity of the configuration file and sanity of the keys. | 295 | Only check the validity of the configuration file and sanity of the keys. |
@@ -615,7 +618,7 @@ really used for anything; they are provided for the convenience of | |||
615 | the user so their contents can be copied to known hosts files. | 618 | the user so their contents can be copied to known hosts files. |
616 | These files are created using | 619 | These files are created using |
617 | .Xr ssh-keygen 1 . | 620 | .Xr ssh-keygen 1 . |
618 | .It Pa /etc/moduli | 621 | .It Pa /etc/ssh/moduli |
619 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". | 622 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". |
620 | The file format is described in | 623 | The file format is described in |
621 | .Xr moduli 5 . | 624 | .Xr moduli 5 . |