class Net::SSH::Authentication::Session

def key_data

attempting any key-based authentication mechanism.
Returns an array of the key data that should be used when
def key_data
  Array(options[:key_data])
end