- Wed 03 March 2021
 - Misc
 - Joel Nothman
 
Setting up SSH for an easy login to VMs etc
          Make it easier to SSH into your VMs. You shouldn't need to enter your username $ mkdir -p ~/.ssh # make sure you have an SSH config directory $ cat >> ~/.ssh/config << EOF …