Module: Net::SSH::Authentication::Agent::Key
- Defined in:
- lib/net/ssh/authentication/agent/java_pageant.rb
Overview
A simple module for extending keys, to allow blobs and comments to be specified for them.
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#java_blob ⇒ Object
:blob is used by OpenSSL::PKey::RSA#to_blob.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment.
17 18 19 |
# File 'lib/net/ssh/authentication/agent/java_pageant.rb', line 17 def comment @comment end |
#java_blob ⇒ Object
:blob is used by OpenSSL::PKey::RSA#to_blob
16 17 18 |
# File 'lib/net/ssh/authentication/agent/java_pageant.rb', line 16 def java_blob @java_blob end |