diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 13 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index db867e186..a95bf7c4a 100644 --- a/debian/README.Debian +++ b/debian/README.Debian | |||
@@ -235,6 +235,19 @@ Workarounds for this problem are to install scp1 on the server (scp2 will | |||
235 | fall back to it), to use sftp, or to use some other transfer mechanism such | 235 | fall back to it), to use sftp, or to use some other transfer mechanism such |
236 | as rsync-over-ssh or tar-over-ssh. | 236 | as rsync-over-ssh or tar-over-ssh. |
237 | 237 | ||
238 | Running sshd from inittab | ||
239 | ------------------------- | ||
240 | |||
241 | Some people find it useful to run the sshd server from inittab, to make sure | ||
242 | that it always stays running. To do this, stop sshd ('/etc/init.d/ssh | ||
243 | stop'), add the following line to /etc/inittab, and run 'telinit q': | ||
244 | |||
245 | ss:2345:respawn:/usr/sbin/sshd -D | ||
246 | |||
247 | If you do this, note that you will need to stop sshd being started in the | ||
248 | normal way ('rm -f /etc/rc[2345].d/S20ssh') and that you will need to | ||
249 | restart this sshd manually on upgrades. | ||
250 | |||
238 | -- | 251 | -- |
239 | Matthew Vernon | 252 | Matthew Vernon |
240 | <matthew@debian.org> | 253 | <matthew@debian.org> |
diff --git a/debian/changelog b/debian/changelog index a31985a89..4ff31d107 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | openssh (1:3.9p1-3) UNRELEASED; urgency=low | ||
2 | |||
3 | * Explain how to run sshd from inittab in README.Debian (closes: #147360). | ||
4 | |||
5 | -- Colin Watson <cjwatson@debian.org> Sun, 16 Jan 2005 11:42:41 +0000 | ||
6 | |||
1 | openssh (1:3.9p1-2) experimental; urgency=low | 7 | openssh (1:3.9p1-2) experimental; urgency=low |
2 | 8 | ||
3 | * Remove pam_nologin from /etc/pam.d/ssh, as sshd's built-in support | 9 | * Remove pam_nologin from /etc/pam.d/ssh, as sshd's built-in support |