In article <[EMAIL PROTECTED]> you wrote:
> Does anyone know a more comfortable way to replace a sshd on a remote
> administrated box?

If I kill the top level istening sshd (you can extract its pid by running
"netstat -tpln | grep :22" as root) my ssh session is not dropped, and I can
restart a new one. 

You could also run a small script with nohup which does this for you.

Bernd
-- 
eckes privat - http://www.eckes.org/
Project Freefire - http://www.freefire.org/

Reply via email to