News

Thankfully, SSH allows you to create a config file to house all of that information. So, instead of having to type something like ssh [email protected] -p 2222, you could simply type ssh web1.
By establishing one main connection, additional SSH sessions to the same host are nearly instant. Just configure your ~/.ssh/config file like the following: Host * ControlMaster auto ...