]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
update $authorized_keys_file variable default to be the default is
authorMicah Anderson <micah@riseup.net>
Tue, 27 May 2014 20:43:47 +0000 (16:43 -0400)
committerMicah Anderson <micah@riseup.net>
Tue, 27 May 2014 20:43:47 +0000 (16:43 -0400)
documented by sshd_config(5)

manifests/init.pp

index bccef83d92b16184e54618fa8a6bf082914317c0..c85d3d6ed6e2c2de78a281d71eb1e10c2255fa3e 100644 (file)
@@ -26,7 +26,7 @@ class sshd(
   $rhosts_rsa_authentication = 'no',
   $hostbased_authentication = 'no',
   $permit_empty_passwords = 'no',
-  $authorized_keys_file = '%h/.ssh/authorized_keys',
+  $authorized_keys_file = '%h/.ssh/authorized_keys %h/.ssh/authorized_keys2',
   $hardened_ssl = 'no',
   $sftp_subsystem = '',
   $head_additional_options = '',