Skip to content

Console Output

FATAL: [ssh-agent] Could not find specified credentials
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
Executing sh script inside container el-build of pod el-master-agent-pod-01wdd-g54g0
Executing command: "ssh-agent" 
exit
SSH_AUTH_SOCK=/tmp/ssh-oP9eyKjod1V5/agent.22; export SSH_AUTH_SOCK;
SSH_AGENT_PID=23; export SSH_AGENT_PID;
echo Agent pid 23;
SSH_AUTH_SOCK=/tmp/ssh-oP9eyKjod1V5/agent.22
SSH_AGENT_PID=23
[ssh-agent] Started.
Executing sh script inside container el-build of pod el-master-agent-pod-01wdd-g54g0
Executing command: "ssh-agent" "-k" 
exit
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 23 killed;
[ssh-agent] Stopped.