Great post! Got to try this out.
If you’re already using EC2, you’re probably familiar with SSH’ing to your box via Terminal with something like this:
ssh -i your_ec2_pem.pem your_ec2_instance_username_like_ubuntu@your_ec2_host.com
But did you know you can avoid this by creating a ~/.ssh/config file with details like this…
Great post! Got to try this out.
seconds)” Thanks so much for writing this up.