- merged #74 to fix a typo
- #71 add chef13 compatibility (does not break chef 12 compatibility) thanks to tecnocratica
- fix new rubocop issues.
- allow full line comments on authorized_keys
- Cleanup tests to get them running again
- updates for rubocop errors
- Better handling for custom ssh ports - thanks @stissot
- handle more than one option in authorized-hosts correctly - thanks @chazzly and @rongshen-daqri
- Handle hashed vs non-hashed existing keys correctly - thanks @balous
- #58 fix deprication warning in default value of provider (thanks to @CloCkWeRX)
- #59 - fix known_hosts diretctory creation (thanks to @atward)
- #54 fix issues in readme (Thanks to @javierav)
- #57 remove un-needed conditional (thanks to @elser82)
- several updates to get rubocop and foodcritic happy
- Updated authorized_keys to allow for commas, quotes, and spaces inside the options.
- fixed a bug that was adding a single space to the end of entries.
- Fixed default key type for authorized keys
- Added some basic validation to ssh keys in authorized_keys provider
- added matchers for authorized_keys
- add authorized_keys resource
- add support for RHEL family
- fix github #39 where we use the resource name rather than host (The name attribute) in the config LWRP
- Update the README
- Fix some spec tests
- Fix bug in
config
that did not allowHostName
directive
- MAJOR rewrite, but no breaking changes known of.
- Add an option for the ssh port number to known_hosts (Scott Arthur)
- Use OHAI to determine the user's $HOME (Tom Duckering)
- Fixed libary to make /root instead of /home/root work (Vincent Gijsen)
- Correct default action for config resource (joelwurtz)
- Use the correct user and path for the remove action (roderik)
- Initial release of ssh