Skip to content

Instantly share code, notes, and snippets.

@revington
Created June 6, 2013 10:29
Show Gist options
  • Save revington/5720623 to your computer and use it in GitHub Desktop.
Save revington/5720623 to your computer and use it in GitHub Desktop.
ssh tunnel to couchdb futon on aws
ssh -Ni ./my_key.pem -L 5984:127.0.0.1:5984 ec2-user@xxxxxxamazon-instance.compute.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment