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 40e644e33d473ab8fa87ff08a17dd07d63cf3fa3 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 4eead6a..10e9d0b 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