Make an /etc/ssh/puppetkeys for future use, and have sshd read keys from there already
[mirror/dsa-puppet.git] / modules / ssh / templates / sshd_config.erb
index fb38fe0..04a27e5 100644 (file)
@@ -45,7 +45,7 @@ Subsystem sftp /usr/lib/openssh/sftp-server
 
 UsePAM yes
 
-AuthorizedKeysFile /etc/ssh/userkeys/%u /var/lib/misc/userkeys/%u /etc/ssh/userkeys/%u.more
+AuthorizedKeysFile /etc/ssh/userkeys/%u /var/lib/misc/userkeys/%u /etc/ssh/userkeys/%u.more /etc/ssh/puppetkeys/%u
 
 PasswordAuthentication no