Source: medium.com

Save time using SSH Config
If you manage a lot of servers and are remotely accessing them via SSH, you’ll know it’s a pain to remember and type out the full command. Especially if there’s multiple keys for each server that you want to connect to. Currently we’d need to type the command ssh -i /path/my-key-pair.

Related Articles