Skip to content

Instantly share code, notes, and snippets.

@rw3iss
Last active October 16, 2022 17:32
Show Gist options
  • Save rw3iss/ee503018542a34491a8225cff98564bb to your computer and use it in GitHub Desktop.
Save rw3iss/ee503018542a34491a8225cff98564bb to your computer and use it in GitHub Desktop.
sftp.config
{
"name": "ryanweiss.net",
"host": "144.202.51.193",
"protocol": "sftp",
"port": 22,
"username": "rw3iss",
"password": "",
"remotePath": "/home/rw3iss/_sync/Notes",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false,
"ignore": ["**/.git"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment