lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
320 stars 89 forks source link

On mac, cant load .ssh from a hidden folder #370

Open vyskoczilova opened 1 year ago

vyskoczilova commented 1 year ago

Hi! No matter what I do, I can't load the private key from a hidden folder on Mac, any ideas on how to fix it?

image
{
    ...
    "privateKeyPath": "~\\.ssh\\id_rsa",
    "passphrase": "myPassPhrase",
    "agent": "SSH_AUTH_SOCK",
}