Skip to content

Instantly share code, notes, and snippets.

@bigfleet
Forked from jtimberman/config
Created June 9, 2009 22:24
Show Gist options
  • Select an option

  • Save bigfleet/126850 to your computer and use it in GitHub Desktop.

Select an option

Save bigfleet/126850 to your computer and use it in GitHub Desktop.
EC2 .ssh/config entries
Host ec2*compute-1.amazonaws.com
User some_user
StrictHostKeyChecking no
Host my_chef_instance
User some_user
Hostname ec2-xx-xx-xx-xx.compute-1.amazonaws.com
StrictHostKeyChecking no
LocalForward 8443 localhost:443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment