From ed76c9c3f076ecdc37bd84405e8c2e6e64e1f898 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 28 Aug 2009 23:15:42 +0200 Subject: [PATCH] Oh ssh, why are you /that/ picky --- modules/ssh/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssh/manifests/init.pp b/modules/ssh/manifests/init.pp index b00d774e7..c802efe83 100644 --- a/modules/ssh/manifests/init.pp +++ b/modules/ssh/manifests/init.pp @@ -17,7 +17,7 @@ class ssh { ensure => directory, owner => root, group => root, - mode => 775, + mode => 755, ; "/etc/ssh/userkeys/root": content => template("ssh/authorized_keys.erb"), -- 2.20.1