tmds / Tmds.Ssh

.NET SSH client library
MIT License
177 stars 10 forks source link

Add support for ed25519 private keys #212

Closed jborean93 closed 2 months ago

jborean93 commented 2 months ago

Adds support for using ed25519 private key in user authentication. As .NET does not support ED25519 in the BCL it uses BouncyCastle.Cryptography as a dependency for the key signing tasks.

Fixes https://github.com/tmds/Tmds.Ssh/issues/204

tmds commented 2 months ago

Thanks for implementing this @jborean93!