markolson / chef-ssh

Chef cookbook for managing some mildly-difficult-to-automate SSH configuration
39 stars 54 forks source link

known_hosts ignores most attributes #52

Open tejaycar opened 9 years ago

tejaycar commented 9 years ago

Yikes, just saw that the host and port attributes are completely ignored by known_hosts when the key is provided. This will be a breaking change, but I think we should accept ONLY the key for key, and then concatenate everything as needed.

Not sure how that works with obfuscated keys....