# File lib/net/ssh/userauth/userkeys.rb, line 101 def add_host_key( key_file ) @host_key_files.push( key_file ).uniq! self end