sshnet / SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
MIT License
3.87k stars 915 forks source link

Support for RSA 4096-bit modulus? #1381

Closed cciprianobas closed 1 month ago

cciprianobas commented 1 month ago

Discussed in https://github.com/sshnet/SSH.NET/discussions/1379

Originally posted by **cciprianobas** April 19, 2024 My vendor informed us that they will replace their RSA key with a new key using 4096-bit modulus in June 2024. I have Renci SSH.NET 2024 latest version for .NET 4.6.2. Does this support RSA 4096? Thank you.
Rob-Hague commented 1 month ago

Yes, there is nothing specific to the key length

cciprianobas commented 1 month ago

Thank you!