Skip to content

Instantly share code, notes, and snippets.

@talk2bryan
Created January 29, 2018 12:04
Show Gist options
  • Save talk2bryan/20a6a15e62d32fc36cb68f1d2a51bc23 to your computer and use it in GitHub Desktop.
Save talk2bryan/20a6a15e62d32fc36cb68f1d2a51bc23 to your computer and use it in GitHub Desktop.
Log into UofMeme AWS instance without having to type in the IP address
# Save this file as ~/.ssh/config
# SSH into AWS instance using the following command:
# ssh -i ~/.ssh/memedev.pem uofmeme
Host uofmeme
HostName 13.58.40.19
User ubuntu
@nrmarzo
Copy link

nrmarzo commented Dec 25, 2018

# ssh into AWS instance by entering the following in Terminal:
# vagrant@xenial:~$ ssh aws
Host aws
  User ubuntu
  Hostname 18.224.72.202
  IdentityFile ~/.ssh/uofmeme64.pem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment