bigfleet (owner)

Revisions

gist: 126850 Download_button fork
public
Description:
EC2 .ssh/config entries
Public Clone URL: git://gist.github.com/126850.git
Embed All Files: show embed
~/.ssh/config #
1
2
3
4
5
6
7
8
9
10
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