# File lib/net/ssh/authentication/key_manager.rb, line 63 def add(key_file) key_files.push(File.expand_path(key_file)).uniq! self end