chef-ssh
chef-ssh copied to clipboard
Chef cookbook for managing some mildly-difficult-to-automate SSH configuration
Drop `umask` in `known_hosts`, because it lead to a fatal error `no implicit conversion from nil to integer`. And it had actually no purpose because the file always already exist....
I don't know how the empty line got in to the authorized_keys file (maybe this is another bug in this cookbook), but when the first line is empty and we...
Amazon linux new AMI 2017.09 breaks when using hashed entries with alternate ports, or rather ignores them. As far as I've found the []:port# isn't needed and the known_host file...
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...
Because new `Host` stanzas are placed by this cookbook at the end of the file, those cannot be used to override any defaults that are present in a `Host *`...
This is a really useful little cookbook but I am curious why is does not support the two other basic SSH features, generation of ssh public/private key pairs and adding...