Skip to content

Instantly share code, notes, and snippets.

@christyjacob4
Last active February 26, 2020 21:08
Show Gist options
  • Save christyjacob4/4ae9e58ffc1e1a17fea53de6888d5ff1 to your computer and use it in GitHub Desktop.
Save christyjacob4/4ae9e58ffc1e1a17fea53de6888d5ff1 to your computer and use it in GitHub Desktop.
Sample SSH Config for VSCode Remote SSH
Host aws-ec2
HostName ec2-44-229-243-8.us-west-2.compute.amazonaws.com
User ubuntu
IdentityFile ~/aws-key/test-key-pair.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment