# File lib/net/ssh/userauth/userkeys.rb, line 64 def initialize @key_files = [] @host_key_files = [] @use_agent = true @agent = nil end