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

Implements the "password" SSH authentication method.

Methods

Included Modules

Prompt

Constants

NUMBER_OF_PASSWORD_PROMPTS = 3

Public Instance methods

Attempt to authenticate the given user for the given service. If the password parameter is nil, this will ask for password

[Validate]