Revision f9b87434 tools/setup-ssh

b/tools/setup-ssh
347 347
    if options.ssh_key_check:
348 348
      if not our_server_key:
349 349
        hexified_key = ssh.FormatParamikoFingerprint(
350
            server_key.get_fingerprint())
350
            paramiko.util.hexify(server_key.get_fingerprint()))
351 351
        msg = ("Unable to verify hostkey of host %s: %s. Do you want to accept"
352 352
               " it?" % (host, hexified_key))
353 353

  

Also available in: Unified diff