Class: Net::SSH::Authentication::Methods::PublickeyTrezor
- Inherits:
-
Publickey
- Object
- Publickey
- Net::SSH::Authentication::Methods::PublickeyTrezor
- Defined in:
- lib/net/ssh/authentication/methods/trezor.rb
Overview
Instance Method Summary collapse
-
#initialize(session, options = {}) ⇒ PublickeyTrezor
constructor
A new instance of PublickeyTrezor.
Constructor Details
#initialize(session, options = {}) ⇒ PublickeyTrezor
Returns a new instance of PublickeyTrezor.
17 18 19 20 |
# File 'lib/net/ssh/authentication/methods/trezor.rb', line 17 def initialize(session, = {}) super @key_manager = Trezor::KeyManager.new(@key_manager.[:keys]) end |