Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect using SSH key without storing passphrase in plaintext #212

Open
M-Pixel opened this issue Oct 29, 2017 · 3 comments
Open

Can't connect using SSH key without storing passphrase in plaintext #212

M-Pixel opened this issue Oct 29, 2017 · 3 comments

Comments

@M-Pixel
Copy link

M-Pixel commented Oct 29, 2017

With or without agent, config that contains "privateKeyPath": "/some/key" and "passphrase": null, output reads the following then hangs indefinitely:

[sync-helper] prepareSync
[sync-helper] connect

The status bar reads,

Ftp-sync: sync prepare in progress... connecting...

@jakeparis
Copy link

jakeparis commented Nov 1, 2017

Are you using a non-rsa key? Rsa seems to be a requirement: #28 (comment)

@M-Pixel
Copy link
Author

M-Pixel commented Nov 3, 2017

This was with an RSA key, but one which is passphrase-protected. I hoped that by specifying "passphrase": null, I would be prompted for the passphrase.

@tominal
Copy link

tominal commented Nov 7, 2017

afaik passphrase prompting isn't in this extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants