Can I make SSH Authentication Lightning Fast?

Viewed 4637

I use SSH in a terminal window many times during a day.

I remember reading about a way to reuse a single connection so that the TCP and SSH handshaking don't have to happen every time I establish another request to the same host.

Can someone point me to a link or describe how to establish a shared ssh connection so that subsequent connections to the same host will connect quickly?

Thanks.

2 Answers
Related