class Net::SSH::Authentication::KeyManager

def add(key_file)

Add the given key_file to the list of key files that will be used.
def add(key_file)
  key_files.push(File.expand_path(key_file)).uniq!
  self
end