diff options
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 13 |
1 files changed, 13 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> |