From c5978ea673d6a47ba9a5897f87f6287328ef1c98 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Thu, 3 Dec 2020 20:02:34 +0100 Subject: [PATCH] ci: :wrench: use ssh key instead of password auth --- .vscode/sftp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/**",