Skip to content

Console Output

[ssh-agent] Using credentials genie.cu (ssh://genie.cu@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-LWR2nbr1aPGH/agent.62
SSH_AGENT_PID=64
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/concurrency_tck_2-staging-to-promoted@tmp/private_key_12993106132277901457.key (/home/jenkins/agent/workspace/concurrency_tck_2-staging-to-promoted@tmp/private_key_12993106132277901457.key)
[ssh-agent] Started.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 64 killed;
[ssh-agent] Stopped.