Skip to content

Instantly share code, notes, and snippets.

@bpierce1
bpierce1 / sftp.json
Created September 10, 2018 20:22
vscode sftp settings
// 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"