autoqa: fix permissions on ssh files
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Mon, 14 Apr 2014 09:30:29 +0000 (11:30 +0200)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Mon, 14 Apr 2014 09:30:29 +0000 (11:30 +0200)
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
scripts/generic-autoqa.post

index d9e9d9e..952e88c 100644 (file)
@@ -29,3 +29,6 @@ EOF
 
 # public key is authorized to login (automatically)
 cat /root/.ssh/id_eat_dsa.pub >>/root/.ssh/authorized_keys
+
+# adjust permissions on ssh config files
+chmod 600 /root/.ssh/*