[Puppet Users] Add a public ssh key form node A to authorized keys on node B

2013-08-05 Thread Mark Ruys
With the risc I ask a queston answered a hunderd times before (which I couldn't find)... On node A I want to create a ssh key. For this I exec a ssh-keygen. Now I want the generated public key added to the authorized key file of node B. Probably I need the ssh_authorized_key resource for this.

Re: [Puppet Users] Add a public ssh key form node A to authorized keys on node B

2013-08-05 Thread Virender Khatri
Well, actually it is straight forward. Just create a ssh_authorized_keys resource for an user for both nodes and store the private key in .ssh/id_rsa or define Identity key file in .ssh/config. On Sat, Aug 3, 2013 at 7:12 AM, Mark Ruys mark.r...@gmail.com wrote: With the risc I ask a