From: Stephane Desneux Date: Tue, 18 Feb 2014 12:45:19 +0000 (+0100) Subject: script/autoqa: fix /root/.ssh creation X-Git-Tag: accepted/tizen/common/20140425.144512~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b16ab53f5bd0dff84a0bcd982141e51fff453288;p=profile%2Fcommon%2Fmeta.git script/autoqa: fix /root/.ssh creation Change-Id: I36f84e46d9d580fb7ae61cc94f53c147284c8e43 Signed-off-by: Stephane Desneux --- diff --git a/scripts/autoqa.post b/scripts/autoqa.post index 5a461e6..f6f0064 100644 --- a/scripts/autoqa.post +++ b/scripts/autoqa.post @@ -2,6 +2,10 @@ # generate private/public key for autologin as root +mkdir /root/.ssh +chown root:root /root/.ssh +chmod 700 /root/.ssh + # the private key: use the following key on the ssh client side (copied here for reference) cat </root/.ssh/id_eat_dsa -----BEGIN DSA PRIVATE KEY-----