[Bug 1340903] [NEW] cc_ssh_authkey_fingerprints does not honor cfg option 'no_ssh_fingerprints'

Patrick Lucas me at patricklucas.com
Fri Jul 11 18:49:48 UTC 2014


Public bug reported:

This appears to be a simple typo:

config.cc_ssh_authkey_fingerprints.handle:

    if 'no_ssh_fingerprints' in cfg:
        log.debug(("Skipping module named %s, "
                   "logging of ssh fingerprints disabled"), name)

should be:

    if 'no_ssh_fingerprints' in cfg:
        log.debug(("Skipping module named %s, "
                   "logging of ssh fingerprints disabled"), name)
        return

** Affects: cloud-init (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1340903

Title:
  cc_ssh_authkey_fingerprints does not honor cfg option
  'no_ssh_fingerprints'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1340903/+subscriptions



More information about the Ubuntu-server-bugs mailing list