Skip to content

Console Output

[ssh-agent] Using credentials genie.justj (ssh://genie.justj@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-orGAzW9oYH8d/agent.1090
SSH_AGENT_PID=1092
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products@tmp/private_key_2438257601103575810.key (/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products@tmp/private_key_2438257601103575810.key)
[ssh-agent] Started.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1092 killed;
[ssh-agent] Stopped.