class Net::SSH::Authentication::KeyManager

def readable_file?(path)

def readable_file?(path)
  File.file?(path) && File.readable?(path)
end