sshd and file descriptors
Andreas Hasenack
andreas at conectiva.com.br
Fri Jun 28 00:24:13 EST 2002
Em Thu, Jun 27, 2002 at 03:57:05PM +0200, Markus Friedl escreveu:
> you could also do
> sshd -t && kill -HUP `cat /var/run/sshd.pid`
Hmm, interesting, manpages are our best friends indeed:
sshd rereads its configuration file when it receives a hangup signal,
SIGHUP, by executing itself with the name it was started as, i.e.,
/usr/sbin/sshd.
I assumed it would only reread its configuration file, and not execute
itself again.
Thanks!
More information about the openssh-unix-dev
mailing list