From: Micah Anderson Date: Tue, 27 May 2014 20:43:47 +0000 (-0400) Subject: update $authorized_keys_file variable default to be the default is X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5c23b33200fc6229ada7f4e13672b5da0d4bdd8e;p=puppet-sshd.git update $authorized_keys_file variable default to be the default is documented by sshd_config(5) --- diff --git a/manifests/init.pp b/manifests/init.pp index bccef83..c85d3d6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 = '',