Speeding up ssh session creation

Posted . Visible to the public.

Establishing a new SSH connection usually takes only a few seconds, but if you’re connecting to a server multiple times in succession the overhead starts to add up. If you do a lot of Git pushing and pulling or frequently need to SSH to a dev server, you’ve probably felt the pain of waiting for SSH to connect so you can get back to doing work.

License
Source code in this card is licensed under the MIT License.
Posted by Kim Klotz to makandra dev (2013-10-10 11:48)