vscode-deploy-reloaded
vscode-deploy-reloaded copied to clipboard
Private key file not found
Tried almost any location, still no result There is def. something i am doing wrong, could you assist me?
The path i was trying:
- 'Private key file '~/.ssh/id_rsa' not found!'
- 'Private key file '/Users/me/.ssh/id_rsa' not found!'
- 'Private key file '~/.ssh/id_rsa.pub' not found!' :)
- 'Private key file './.ssh/id_rsa' not found!'
@lid3rs you can add "values" to your config and specify the env name and the type like so (assuming you are on a mac), then add "agent" to your target section and '${SSH_AUTH_SOCK}' that works for me at least.
"values": { "SSH_AUTH_SOCK": { "type": "env", } },
@lid3rs Did you find out how to solve this problem ? Same error comes to me
Nové
On Wed, 4. Mar 2020 at 03:44, Ilkhom Safarov [email protected] wrote:
@lid3rs https://github.com/lid3rs Did you find out how to solve this problem ? Same error comes to me
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mkloubert/vscode-deploy-reloaded/issues/130?email_source=notifications&email_token=AAOJBAMOZH3PYCXPC5YAVMLRFWW6HA5CNFSM4HFOVAD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENV6E6A#issuecomment-594272888, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOJBAKZGINIT7DRNPYGSWLRFWW6HANCNFSM4HFOVADQ .
i got the same problem on my mac. also checked the access to the file
-rw-r----- 1
what i do not understand is that my colleagues do not ran into that problem.