summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-07-24 15:45:18 +0200
committerBernard Ogden <bernie.ogden@linaro.org>2015-07-24 16:36:59 +0200
commite6452e2da94194b462979794396894644ccfb97e (patch)
treeb839c8a1997a4347030d1abe7463a8fd8f7f9af0
parent1ffd9223b5755f7dd291d223cfb6d1efb04742c6 (diff)
Add a hint to user
Change-Id: Id6961ebb49cea8b840f897532ea125d1f203cf23
-rwxr-xr-xinvoke_session_debian1
1 files changed, 1 insertions, 0 deletions
diff --git a/invoke_session_debian b/invoke_session_debian
index 025d8d4..90d8cba 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -86,6 +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 test -e ~/data/socket; do inotifywait -e delete ~/data; done'"
while ! test -e ~/data/socket; do
inotifywait -e create ~/data
done