Index: autotest_run.sh |
diff --git a/autotest_run.sh b/autotest_run.sh |
index 73907d9f7613e2286b0bf9eb521ec80c8439ac99..17774074e2a5ae12a7d57ffe93f8edff885d545b 100755 |
--- a/autotest_run.sh |
+++ b/autotest_run.sh |
@@ -37,6 +37,11 @@ CONFIG_SITE=/usr/share/config.site |
function setup_ssh() { |
eval $(ssh-agent) > /dev/null |
+ # TODO(jrbarnette): This is a temporary hack, slated for removal |
+ # before it was ever created. It's a bug, and you should fix it |
+ # right away! |
+ chmod 400 \ |
+ ${CHROMEOS_ROOT}/src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa |
ssh-add \ |
${CHROMEOS_ROOT}/src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa |
} |