From 5c23b33200fc6229ada7f4e13672b5da0d4bdd8e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 27 May 2014 16:43:47 -0400 Subject: update $authorized_keys_file variable default to be the default is documented by sshd_config(5) --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '', -- cgit v1.2.3