I'm wondering is there a way to manage ssh servers, in a way that every
machine has it's own key?
I'm talking about these files:
/etc/ssh/ssh_host_dsa_key
/etc/ssh/ssh_host_dsa_key.pub
/etc/ssh/ssh_host_rsa_key
/etc/ssh/ssh_host_rsa_key.pub
/etc/ssh/ssh_host_key
/etc/ssh/ssh_host_key.pub
Ideally I would like to have a module that replaces those files with
files from puppet server, for specific host, if they are available, and
if not, then to gather them from the client.
I think this is not possible, so is there some sensible way to manage
those files in a different fashion? Holding every file under:
/etc/puppet/files/ssh/<%= hostname =>
is a possibilty, but if someone has done this already I would appretiate
some hints.
I'm trying to set up persistent ssh server keys across reinstallations
of hosts...
--
Jakov Sosic
www.srce.unizg.hr
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.