diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..5c8f2b3 --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,11 @@ +{ + "name": "linode", + "host": "gru.duckdns.org", + "protocol": "sftp", + "port": 22, + "username": "maru", + "remotePath": "/var/www/templateGen", + "uploadOnSave": false, + "useTempFile": false, + "openSsh": false +}