class Net::SSH::Authentication::KeyManager

def add_key_data(key_data_)

Add the given key_file to the list of keys that will be used.
def add_key_data(key_data_)
  key_data.push(key_data_).uniq!
  self
end