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

ChannelOpenFailureReasons

List channel open failure reasons defined by the protocol.
namespace Renci.SshNet.Messages.Connection { internal enum ChannelOpenFailureReasons : uint { AdministativelyProhibited = 1, ConnectFailed, UnknownChannelType, ResourceShortage } }