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

Implements the "password" SSH authentication method.

Methods

Public Instance methods

Attempt to authenticate the given user for the given service. If the password parameter is nil, this will never do anything except return false.

[Validate]