Open
Description
If I use SSH-FS and configure it with a security pair of keys, it works. I install the public key in the Linux server and in the SSH-FS configuration, I put the username and configure the Private Key to point to my private key file:
- If I generated my pair of keys WIThOUT a Passphrase, that's all, I just configure username and Private Key path and IT WORKS, and I don't need to specify the Linux User Password.
- However, If I generated my pair of keys WITH a Passphrase, then I still configure username and Private Key path and of course, specify the Passphrase on the corresponding field (or on the prompt). Even though I do it all, IT DOESN'T WORK unless I also specify the Linux User Password on the SSH-FS configuration, which I believe is an information that should not need to be configured.