This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch inserted_src in repository toolchain/semiautobench.
commit f3aa9cddb3cdf89abe47f0f18b7eac0730ecddae Author: Bernard Ogden bernie.ogden@linaro.org Date: Fri Jul 24 16:11:31 2015 +0200
Disable multiplexing in example ssh rune
Invalid ControlPath guarantees that we won't reuse any existing socket (though there really shouldn't be an existing socket).
I'd leave off the ControlMaster=no, given the invalid control path. But if I do this then I can't see stdout from the ssh process, for some reason.
Change-Id: I511d201f45daa69b7712f4d16b71dfdeceb71d89 --- invoke_session_debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian index c749622..fe835e0 100755 --- a/invoke_session_debian +++ b/invoke_session_debian @@ -86,7 +86,7 @@ lava-network collect eth0 #Request agent just before we need it #This would be two keys in one agent if we wanted one for source, one for job echo "*** WAITING FOR AGENT: ${ip_addr}" -echo "ssh -A ${ip_addr}.lab 'ln -sf $SSH_AUTH_SOCK /root/data/socket && while tes [...] +echo "ssh -o ControlMaster=no -o ControlPath=/dev/null -A ${ip_addr}.lab 'ln -sf \ [...] while ! test -e ~/data/socket; do inotifywait -e create ~/data done