This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/benchmarking in repository toolchain/abe.
commit aa9a7023fb5cfc4de0dd0cf7fcafab30eb5e469d Author: Bernard Ogden bernie.ogden@linaro.org Date: Thu Jul 30 14:14:29 2015 +0200
Put dev-private public host key into known_hosts
Will need updating from time to time, but will fail early and noisily, so that's OK.
Change-Id: I64540ed54ecd820f57deb634305f6f8f0d1631bc --- config/bench/lava/host-session | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/config/bench/lava/host-session b/config/bench/lava/host-session index 2dc80c7..8646b3f 100755 --- a/config/bench/lava/host-session +++ b/config/bench/lava/host-session @@ -64,6 +64,9 @@ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys echo -n 'localhost ' >> ~/.ssh/known_hosts cat /etc/ssh/ssh_host_ecdsa_key.pub >> ~/.ssh/known_hosts
+#Also need to be able to ssh to dev-private +echo 'dev-private.git.linaro.org ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyN [...] + #Generate config file for each target in multinode job lava-network broadcast eth0 lava-network collect eth0