diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -207,9 +207,12 @@ Ports specified using the | |||
207 | option override command-line ports. | 207 | option override command-line ports. |
208 | .It Fl q | 208 | .It Fl q |
209 | Quiet mode. | 209 | Quiet mode. |
210 | Nothing is sent to the system log. | 210 | Only fatal errors are sent to the system log. |
211 | Normally the beginning, | 211 | Normally the beginning, |
212 | authentication, and termination of each connection is logged. | 212 | authentication, and termination of each connection is logged. |
213 | If a second | ||
214 | .Fl q | ||
215 | is given then nothing is sent to the system log. | ||
213 | .It Fl T | 216 | .It Fl T |
214 | Extended test mode. | 217 | Extended test mode. |
215 | Check the validity of the configuration file, output the effective configuration | 218 | Check the validity of the configuration file, output the effective configuration |
@@ -778,7 +781,7 @@ This file is for host-based authentication (see | |||
778 | .Xr ssh 1 ) . | 781 | .Xr ssh 1 ) . |
779 | It should only be writable by root. | 782 | It should only be writable by root. |
780 | .Pp | 783 | .Pp |
781 | .It /etc/moduli | 784 | .It /etc/ssh/moduli |
782 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". | 785 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". |
783 | The file format is described in | 786 | The file format is described in |
784 | .Xr moduli 5 . | 787 | .Xr moduli 5 . |
@@ -871,6 +874,7 @@ The content of this file is not sensitive; it can be world-readable. | |||
871 | .Xr ssh-agent 1 , | 874 | .Xr ssh-agent 1 , |
872 | .Xr ssh-keygen 1 , | 875 | .Xr ssh-keygen 1 , |
873 | .Xr ssh-keyscan 1 , | 876 | .Xr ssh-keyscan 1 , |
877 | .Xr ssh-vulnkey 1 , | ||
874 | .Xr chroot 2 , | 878 | .Xr chroot 2 , |
875 | .Xr hosts_access 5 , | 879 | .Xr hosts_access 5 , |
876 | .Xr login.conf 5 , | 880 | .Xr login.conf 5 , |