diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -70,7 +70,7 @@ over an insecure network. | |||
70 | .Nm | 70 | .Nm |
71 | listens for connections from clients. | 71 | listens for connections from clients. |
72 | It is normally started at boot from | 72 | It is normally started at boot from |
73 | .Pa /etc/rc . | 73 | .Pa /etc/init.d/ssh . |
74 | It forks a new | 74 | It forks a new |
75 | daemon for each incoming connection. | 75 | daemon for each incoming connection. |
76 | The forked daemons handle | 76 | The forked daemons handle |
@@ -835,7 +835,7 @@ This file is for host-based authentication (see | |||
835 | .Xr ssh 1 ) . | 835 | .Xr ssh 1 ) . |
836 | It should only be writable by root. | 836 | It should only be writable by root. |
837 | .Pp | 837 | .Pp |
838 | .It /etc/moduli | 838 | .It /etc/ssh/moduli |
839 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". | 839 | Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange". |
840 | The file format is described in | 840 | The file format is described in |
841 | .Xr moduli 5 . | 841 | .Xr moduli 5 . |
@@ -928,9 +928,9 @@ The content of this file is not sensitive; it can be world-readable. | |||
928 | .Xr ssh-agent 1 , | 928 | .Xr ssh-agent 1 , |
929 | .Xr ssh-keygen 1 , | 929 | .Xr ssh-keygen 1 , |
930 | .Xr ssh-keyscan 1 , | 930 | .Xr ssh-keyscan 1 , |
931 | .Xr ssh-vulnkey 1 , | ||
931 | .Xr chroot 2 , | 932 | .Xr chroot 2 , |
932 | .Xr hosts_access 5 , | 933 | .Xr hosts_access 5 , |
933 | .Xr login.conf 5 , | ||
934 | .Xr moduli 5 , | 934 | .Xr moduli 5 , |
935 | .Xr sshd_config 5 , | 935 | .Xr sshd_config 5 , |
936 | .Xr inetd 8 , | 936 | .Xr inetd 8 , |