[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Restart SSH Remotely?
wow, i'm appalled at all the silly questions regarding ssh. obviously
people aren't doing their homework.
even more scary is the uneducated answers such as the one below.
- jolan
> The answer is: If you Kill sshd, you connection go bye bye.
>
> do this:
>
> 1) Connect via ssh
> 2) Fire up telnetd
> 3) Disconnect ssh
> 4) connect via telnet
> 5) kill and restart sshd
> 6) disconnect telnet
> 7) connect via ssh
> 8) If it works ok, kill telnetd
>
> -Steve