diff options
author | Colin Watson <cjwatson@debian.org> | 2012-11-26 16:31:08 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-11-26 16:31:08 +0000 |
commit | 2c3850b2193fa51b4a8d0b55f38b951917022b5c (patch) | |
tree | c2f5c171be25515359f6a7d6d428565e38abc605 /sshd.8 | |
parent | 7a429f23d389f21d7f98737e6f641442c794226e (diff) |
Tweak sshd(8) to refer to ssh's Upstart job as well as its init script.
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 |