class Net::SSH::Authentication::KeyManager

def clear!

files.
appropriate to use if a client wishes to NOT use the default identity
of default identity files that are to be loaded, thus making it
Clear all knowledge of any loaded user keys. This also clears the list
def clear!
  key_files.clear
  key_data.clear
  known_identities.clear
  self
end