Skip to content

Instantly share code, notes, and snippets.

@ngohuytrieu
Last active May 5, 2022 10:15
Show Gist options
  • Save ngohuytrieu/634ad6a51b15eb5a963c121e63c5ae1e to your computer and use it in GitHub Desktop.
Save ngohuytrieu/634ad6a51b15eb5a963c121e63c5ae1e to your computer and use it in GitHub Desktop.
VSCODE connect to remote server with pem file
#.ssh/config
Host domain.com
HostName [ip_addres]
User username
IdentityFile /path/to/pem/file/file.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment