2008/11/26 benjamin <[EMAIL PROTECTED]>: > you caught me. i'm writing .ssh directory and authorized_keys files > for a few users to multiple servers.
Another option, which may be valid, is that SSH supports moving the user's SSH authorized_keys files out of the user's home directories. If you're already managing the SSH daemon with puppet this is pretty simple to do. You can set something like: AuthorizedKeysFile /etc/ssh/user-authorized-keys/%u See the 'AuthorizedKeysFile' parameter in the sshd_config(5) manpage for more information. - A. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
