Skip to content

Console Output

[ssh-agent] Using credentials genie.microprofile (ssh://genie.microprofile@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-nAj0aS3Lw4GS/agent.1195
SSH_AGENT_PID=1197
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config@tmp/private_key_8591101698947991206.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config@tmp/private_key_8591101698947991206.key)
[ssh-agent] Started.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1197 killed;
[ssh-agent] Stopped.