<PackageReference Include="SSH.NET" Version="2024.2.0" />

AesCipherMode

public enum AesCipherMode
Custom AES Cipher Mode, follows System.Security.Cryptography.CipherMode.
namespace Renci.SshNet.Security.Cryptography.Ciphers { public enum AesCipherMode { CBC = 1, ECB, OFB, CFB, CTS, CTR } }