<PackageReference Include="SSH.NET" Version="2016.0.0-beta3" />

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 { } }