X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fssh%2Ftemplates%2Fsshd_config.erb;h=7821514615b1f8b0afc7eb5459de9caedc981ce7;hb=98a0aa027db8cdada21f6896ae0c08ba8e1530aa;hp=2d179de877109b8b9f2b510b827876bb418eb6fe;hpb=103e56b48752f77fd66edd1824d82946570ca033;p=mirror%2Fdsa-puppet.git diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index 2d179de87..782151461 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -79,6 +79,6 @@ UsePAM yes AuthorizedKeysFile /etc/ssh/userkeys/%u AuthorizedKeysFile2 /var/lib/misc/userkeys/%u <% else %> -AuthorizedKeysFile /etc/ssh/userkeys/%u /var/lib/misc/userkeys/%u +AuthorizedKeysFile /etc/ssh/userkeys/%u /var/lib/misc/userkeys/%u /etc/ssh/userkeys/%u.more <% end %> PasswordAuthentication no