Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Created October 29, 2014 23:07
Show Gist options
  • Save ryanmaclean/da63515621f05a558832 to your computer and use it in GitHub Desktop.
Save ryanmaclean/da63515621f05a558832 to your computer and use it in GitHub Desktop.
SSH to Non-Standard Port on EC2 Local-Only Load Balancer at AWS with Key from Google Drive
# Replace SECRETKEY.pem with your key, 2020 with the port, loadbalancername with
# the name of your load balancer.
ssh -i ~/Google\ Drive/SECRETKEY.pem -p 2020 ec2-user@loadbalancername
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment