On 8/30/12, Sandra Schlichting <littlesandr...@gmail.com> wrote:
> Does there exist a SSH key management module, where the puppet master
> generates the private and public keys and pushes them to the nodes?

There's an sshauth module at
http://projects.reductivelabs.com/projects/puppet/wiki/Module_Ssh_Auth_Patterns
that I've used successfully on a 2.7.x puppetmaster.  It handles
public & private key generation and exchange, but doesn't handle
known_hosts.  It doesn't require a DB backend though; the keys are
stored on the puppetmaster and just pushed out to nodes that need
them.

There are a number of ssh related modules on the forge
(http://forge.puppetlabs.com/modules?q=ssh) but I've not used any of
them so can't comment on their usefulness or robustness.

Hope this helps,

Matt.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to