sshfs-win
sshfs-win copied to clipboard
Does not work with id_ed25519 keys by default
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.
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! :-)
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.