sshfs-win icon indicating copy to clipboard operation
sshfs-win copied to clipboard

Does not work with id_ed25519 keys by default

Open Wulfre opened this issue 5 years ago • 2 comments
trafficstars

Since the only file that the client is looking for is id_rsa, my id_ed25519 key didn't work until I renamed it to id_rsa. It should look for the names of all types of keys. id_rsa, id_dsa, id_ecdsa, and id_ed25519 are the default names for all the keys that I am aware of.

Wulfre avatar Jun 14 '20 23:06 Wulfre

Just scratched my head over this issue. It works when I rename my key from id_ed25519 to id_rsa. Please add support for id_ed25519! :-)

gabsoftware avatar Oct 06 '20 15:10 gabsoftware

I'd like to add to that: Please give us an option to simply specify the key file to use. Surely that will make it the easiest? As it is sshfs.k means a key is used from %USERPROFILE%/.ssh/id_rsa but it seems it doesn't have to be an rsa key. Setting this like the -i keyfile option in Linux, would be the most sensible approach imo.

lifeboy avatar Aug 13 '23 19:08 lifeboy