Renci.SshNet.KeyboardInteractiveAuthenticationMethod
Provides functionality to perform keyboard interactive authentication.
namespace Renci.SshNet
{
public class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod, IDisposable
{
public event EventHandler<AuthenticationPromptEventArgs> AuthenticationPrompt;
public KeyboardInteractiveAuthenticationMethod(string username);
public void Dispose();
protected virtual void Dispose(bool disposing);
}
}