diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -261,9 +261,12 @@ Ports specified in the configuration file are ignored when a | |||
261 | command-line port is specified. | 261 | command-line port is specified. |
262 | .It Fl q | 262 | .It Fl q |
263 | Quiet mode. | 263 | Quiet mode. |
264 | Nothing is sent to the system log. | 264 | Only fatal errors are sent to the system log. |
265 | Normally the beginning, | 265 | Normally the beginning, |
266 | authentication, and termination of each connection is logged. | 266 | authentication, and termination of each connection is logged. |
267 | If a second | ||
268 | .Fl q | ||
269 | is given then nothing is sent to the system log. | ||
267 | .It Fl t | 270 | .It Fl t |
268 | Test mode. | 271 | Test mode. |
269 | Only check the validity of the configuration file and sanity of the keys. | 272 | Only check the validity of the configuration file and sanity of the keys. |
@@ -589,7 +592,7 @@ really used for anything; they are provided for the convenience of | |||
589 | the user so their contents can be copied to known hosts files. | 592 | the user so their contents can be copied to known hosts files. |
590 | These files are created using | 593 | These files are created using |
591 | .Xr ssh-keygen 1 . | 594 | .Xr ssh-keygen 1 . |
592 | .It Pa /etc/moduli | 595 | .It Pa /etc/ssh/moduli |
593 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". | 596 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". |
594 | The file format is described in | 597 | The file format is described in |
595 | .Xr moduli 5 . | 598 | .Xr moduli 5 . |