diff --git a/.vscode/sftp.json b/.vscode/sftp.json index 1fdeebe..6934551 100644 --- a/.vscode/sftp.json +++ b/.vscode/sftp.json @@ -4,7 +4,8 @@ "port": 22, "host": "sebin-ref", "username": "sebin", - "password": "HeyImGrump20!6", + "privateKeyPath": "~/.ssh/id_sebin", + "passphrase": "HeyImGrump20!6", "remotePath": "sebin-ref", "watcher": { "files": "dist/**",