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