Skip to content

Console Output

[ssh-agent] Using credentials filepharosync (files.pharo.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-1aPVicsueNP1/agent.25106
SSH_AGENT_PID=25108
Running ssh-add (command line suppressed)
Identity added: /builds/workspace/pharo-vm_pharo-9@tmp/private_key_5776040898766683156.key (/builds/workspace/pharo-vm_pharo-9@tmp/private_key_5776040898766683156.key)
[ssh-agent] Started.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 25108 killed;
[ssh-agent] Stopped.