diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -69,7 +69,10 @@ 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/init.d/ssh . | 72 | .Pa /etc/init.d/ssh |
73 | (or | ||
74 | .Pa /etc/init/ssh.conf | ||
75 | on systems using the Upstart init daemon). | ||
73 | It forks a new | 76 | It forks a new |
74 | daemon for each incoming connection. | 77 | daemon for each incoming connection. |
75 | The forked daemons handle | 78 | The forked daemons handle |