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

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