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-trQuyNQVQWLn/agent.2284
SSH_AGENT_PID=2286
Running ssh-add (command line suppressed)
Identity added: /builds/workspace/threadedFFI-plugin_v1.0.2@tmp/private_key_4343605567522147178.key (/builds/workspace/threadedFFI-plugin_v1.0.2@tmp/private_key_4343605567522147178.key)
[ssh-agent] Started.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 2286 killed;
[ssh-agent] Stopped.