Module: Net::SSH::Authentication::Agent::Comment

Defined in:
lib/net/ssh/authentication/agent.rb

Overview

A simple module for extending keys, to allow comments to be specified for them.

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



28
29
30
# File 'lib/net/ssh/authentication/agent.rb', line 28

def comment
  @comment
end