Skip to content

Instantly share code, notes, and snippets.

@marufsiddiqui
Created August 18, 2013 10:09
Show Gist options
  • Select an option

  • Save marufsiddiqui/6260896 to your computer and use it in GitHub Desktop.

Select an option

Save marufsiddiqui/6260896 to your computer and use it in GitHub Desktop.
ssh-favourite-hosts
Host staging
HostName test1.compute-1.amazonaws.com
User ubuntu
IdentityFile ~/id_rsa-default
Host dev
HostName test2.compute-1.amazonaws.com
User root
IdentityFile ~/id_rsa-default
Host master
HostName test3.compute-1.amazonaws.com
User root
IdentityFile ~/id_rsa-default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment