Created
September 10, 2018 20:22
-
-
Save bpierce1/a8947fc530e6cb744f2d60ea5bca8bdb to your computer and use it in GitHub Desktop.
vscode sftp settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// use value of $SSH_AUTH_SOCK for "agent" | |
{ | |
"host": "my-ip.com", | |
"username": "bpierce", | |
"password": null, | |
"privateKeyPath": "/path/to/.ssh/id_rsa", | |
"uploadOnSave": true, | |
"protocol": "sftp", | |
"remotePath": "/remote/path/to/repo", | |
"agent": "/private/tmp/com.apple.launchd.Hp4qarj3Eb/Listeners" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment