diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -69,7 +69,7 @@ over an insecure network. | |||
69 | .Nm | 69 | .Nm |
70 | listens for connections from clients. | 70 | listens for connections from clients. |
71 | It is normally started at boot from | 71 | It is normally started at boot from |
72 | .Pa /etc/rc . | 72 | .Pa /etc/init.d/ssh . |
73 | It forks a new | 73 | It forks a new |
74 | daemon for each incoming connection. | 74 | daemon for each incoming connection. |
75 | The forked daemons handle | 75 | The forked daemons handle |
@@ -858,7 +858,7 @@ This file is for host-based authentication (see | |||
858 | .Xr ssh 1 ) . | 858 | .Xr ssh 1 ) . |
859 | It should only be writable by root. | 859 | It should only be writable by root. |
860 | .Pp | 860 | .Pp |
861 | .It Pa /etc/moduli | 861 | .It Pa /etc/ssh/moduli |
862 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". | 862 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". |
863 | The file format is described in | 863 | The file format is described in |
864 | .Xr moduli 5 . | 864 | .Xr moduli 5 . |
@@ -953,9 +953,9 @@ The content of this file is not sensitive; it can be world-readable. | |||
953 | .Xr ssh-agent 1 , | 953 | .Xr ssh-agent 1 , |
954 | .Xr ssh-keygen 1 , | 954 | .Xr ssh-keygen 1 , |
955 | .Xr ssh-keyscan 1 , | 955 | .Xr ssh-keyscan 1 , |
956 | .Xr ssh-vulnkey 1 , | ||
956 | .Xr chroot 2 , | 957 | .Xr chroot 2 , |
957 | .Xr hosts_access 5 , | 958 | .Xr hosts_access 5 , |
958 | .Xr login.conf 5 , | ||
959 | .Xr moduli 5 , | 959 | .Xr moduli 5 , |
960 | .Xr sshd_config 5 , | 960 | .Xr sshd_config 5 , |
961 | .Xr inetd 8 , | 961 | .Xr inetd 8 , |