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

Renci.SshNet.Common.PacketDump

static class PacketDump
namespace Renci.SshNet.Common { internal static class PacketDump { public static string Create(List<byte> data, int indentLevel); public static string Create(byte[] data, int indentLevel); } }