markolson / chef-ssh

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

SSH key not validated #49

Closed tejaycar closed 9 years ago

tejaycar commented 9 years ago

If you accidentally include the keytype or comment in an ssh_authorized_key it will be allowed, but the comparison will fail and the key will be added time after time to the authorized_keys file.

tejaycar commented 9 years ago

fixed by #51