Module: HrrRbSsh::Authentication::Method
- Defined in:
- lib/hrr_rb_ssh/authentication/method.rb,
lib/hrr_rb_ssh/authentication/method/none.rb,
lib/hrr_rb_ssh/authentication/method/method.rb,
lib/hrr_rb_ssh/authentication/method/password.rb,
lib/hrr_rb_ssh/authentication/method/publickey.rb,
lib/hrr_rb_ssh/authentication/method/none/context.rb,
lib/hrr_rb_ssh/authentication/method/password/context.rb,
lib/hrr_rb_ssh/authentication/method/publickey/context.rb,
lib/hrr_rb_ssh/authentication/method/publickey/algorithm.rb,
lib/hrr_rb_ssh/authentication/method/publickey/algorithm/codable.rb,
lib/hrr_rb_ssh/authentication/method/publickey/algorithm/ssh_dss.rb,
lib/hrr_rb_ssh/authentication/method/publickey/algorithm/ssh_rsa.rb,
lib/hrr_rb_ssh/authentication/method/publickey/algorithm/algorithm.rb
Defined Under Namespace
Classes: Method, None, Password, Publickey
Class Method Summary
collapse
Class Method Details
.[](key) ⇒ Object
15
16
17
|
# File 'lib/hrr_rb_ssh/authentication/method.rb', line 15
def self.[] key
Method[key]
end
|
.list ⇒ Object
7
8
9
|
# File 'lib/hrr_rb_ssh/authentication/method.rb', line 7
def self.list
Method.list
end
|
.name_list ⇒ Object
11
12
13
|
# File 'lib/hrr_rb_ssh/authentication/method.rb', line 11
def self.name_list
Method.name_list
end
|