sshnet / SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
http://sshnet.github.io/SSH.NET/
MIT License
3.88k stars 917 forks source link

we have a requirement to enable the following ciphers (aes128-gcm@openssh.com, aes256-gcm@openssh.com, chacha20-poly1305@openssh.com) #1356

Open Abishek-dev-github opened 3 months ago

Abishek-dev-github commented 3 months ago

we have a requirement to enable the following ciphers (aes128-gcm@openssh.com, aes256-gcm@openssh.com, chacha20-poly1305@openssh.com). Let me know how we can accommodate this request.

safeerk commented 2 months ago

@Abishek-dev-github you are able to get this done?