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

RemotePathDoubleQuoteTransformation

using Renci.SshNet.Security.Cryptography; using System; using Renci.SshNet.Common; using Renci.SshNet.Security.Cryptography; using System; namespace Renci.SshNet { public class CipherInfo { public int KeySize { get; set; } = keySize; public Func<byte[], byte[], Cipher> Cipher { get; set; } = ((byte[] key, byte[] iv) => cipher((KeySize / 8).Take(), iv)); public CipherInfo(int keySize, Func<byte[], byte[], Cipher> cipher) { } } }