masaeedu / win-sshfs

Fork of http://code.google.com/p/win-sshfs/
BSD 3-Clause "New" or "Revised" License
26 stars 9 forks source link

request for support of ECDSA and other types algorithms (now only insecure RSA key is working) #26

Closed 4fail closed 5 years ago

masaeedu commented 5 years ago

I believe this is something that needs to be added in SSH.NET itself, I don't think there's anything that can be done about this here (unless we're just accidentally calling an API that somehow prevents EC keys from working).

The issue to watch in SSH.NET is probably: https://github.com/sshnet/SSH.NET/issues/20