summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@ubuntu.com>2014-02-09 16:10:12 +0000
committerColin Watson <cjwatson@debian.org>2015-12-03 17:05:06 +0000
commit2dd09da306fcf40948da724f0ff0f613e308b361 (patch)
tree31c53060c2b971da4c485cc9d9f0b0e4762fe09e
parentf0577ce8bbf5f0307805e2533912921081360c2c (diff)
Refer to ssh's Upstart job as well as its init script
Forwarded: not-needed Last-Update: 2013-09-14 Patch-Name: doc-upstart.patch
-rw-r--r--sshd.85
1 files changed, 4 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index 42ba596a6..17b917c06 100644
--- a/sshd.8
+++ b/sshd.8
@@ -67,7 +67,10 @@ over an insecure network.
67.Nm 67.Nm
68listens for connections from clients. 68listens for connections from clients.
69It is normally started at boot from 69It is normally started at boot from
70.Pa /etc/init.d/ssh . 70.Pa /etc/init.d/ssh
71(or
72.Pa /etc/init/ssh.conf
73on systems using the Upstart init daemon).
71It forks a new 74It forks a new
72daemon for each incoming connection. 75daemon for each incoming connection.
73The forked daemons handle 76The forked daemons handle