Friday, January 25, 2013

Close Shared SSH Connections Manually

Most of the time shared SSH connections are great. They speed up connecting to your frequent servers enormously.

Occasionally though, you may need to stop it (for example, you need to create a new connection with X forwarding). To do this, use ssh -O stop <hostname>.

Via StackOverflow

No comments: