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

GroupExchangeHashData

public byte[] ClientExchangeValue { get; set; }

public byte[] ClientPayload { get; set; }

public byte[] HostKey { get; set; }

public uint MaximumGroupSize { get; set; }

public uint MinimumGroupSize { get; set; }

public uint PreferredGroupSize { get; set; }

public byte[] ServerExchangeValue { get; set; }

public byte[] ServerPayload { get; set; }

public byte[] SharedKey { get; set; }