Class Net::SSH::Authentication::Methods::KeyboardInteractive
In: lib/net/ssh/authentication/methods/keyboard_interactive.rb
Parent: Abstract

Implements the "keyboard-interactive" SSH authentication method.

Methods

Included Modules

Prompt

Constants

USERAUTH_INFO_REQUEST = 60
USERAUTH_INFO_RESPONSE = 61

Public Instance methods

Attempt to authenticate the given user for the given service.

[Validate]