Renci.SshNet.NoneAuthenticationMethod
Provides functionality for "none" authentication method
namespace Renci.SshNet
{
public class NoneAuthenticationMethod : AuthenticationMethod, IDisposable
{
public NoneAuthenticationMethod(string username);
public void Dispose();
protected virtual void Dispose(bool disposing);
}
}