From: Stephane Desneux Date: Mon, 14 Apr 2014 09:30:29 +0000 (+0200) Subject: autoqa: fix permissions on ssh files X-Git-Tag: accepted/tizen/common/20140425.144512~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6b803ac0bd76c6788d799003b418c69659f57f6;p=profile%2Fcommon%2Fmeta.git autoqa: fix permissions on ssh files Signed-off-by: Stephane Desneux --- diff --git a/scripts/generic-autoqa.post b/scripts/generic-autoqa.post index d9e9d9e..952e88c 100644 --- a/scripts/generic-autoqa.post +++ b/scripts/generic-autoqa.post @@ -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/*