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

IKeyExchangedAllowed

public interface IKeyExchangedAllowed
Indicates that message that implement this interface is allowed during key exchange phase
namespace Renci.SshNet.Messages.Transport { public interface IKeyExchangedAllowed { } }