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

Renci.SshNet.Common.SshAuthenticationException

The exception that is thrown when authentication failed.
namespace Renci.SshNet.Common { public class SshAuthenticationException : SshException { public SshAuthenticationException(); public SshAuthenticationException(string message); public SshAuthenticationException(string message, Exception innerException); } }