Skip to content

Instantly share code, notes, and snippets.

@cftang0827
Created September 29, 2018 06:11
Show Gist options
  • Save cftang0827/815afdf6a401e403f205c0d3d6494587 to your computer and use it in GitHub Desktop.
Save cftang0827/815afdf6a401e403f205c0d3d6494587 to your computer and use it in GitHub Desktop.
{
"protocol": "sftp",
"host": "ip_address",
"port": 22,
"username": "cftang",
"remotePath": "remote_path",
"privateKeyPath": "/Users/cftang/.ssh/id_rsa",
"passphrase": "/Users/cftang/.ssh/id_rsa.pub",
"uploadOnSave": true,
"ignore": [
"**/.vscode/**",
"**/.git/**",
"**/.DS_Store"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment