chef-cookbooks / ssh_known_hosts

Development repository for Chef Cookbook ssh_known_hosts
https://supermarket.chef.io/cookbooks/ssh_known_hosts
Apache License 2.0
72 stars 77 forks source link

Write out FQDN, short name, and IP address if we have all values #104

Closed codayblue closed 2 years ago

codayblue commented 3 years ago

Updated an existing PR to have latest changes.

Description

Instead of only adding the fqdn to the ssh_known_hosts file, This change also writes the short hostname and IP address (if available).

Issues Resolved

Check List

codayblue commented 3 years ago

🤔 centos 6 is not happy. @tas50 if that matters let me know and I will go try and carve some time to go and track down if we can get a newer glibc in those images.