Closed jborean93 closed 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
Thanks for implementing this @jborean93!
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