Renci.SshNet.KeyboardInteractiveAuthenticationMethod
Provides functionality to perform keyboard interactive authentication.
namespace Renci.SshNet
{
public class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod
{
public event EventHandler<AuthenticationPromptEventArgs> AuthenticationPrompt;
public KeyboardInteractiveAuthenticationMethod(string username);
}
}