Ubuntu – SSH-Agent can’t open a connection to authentication agent

sshssh-agent

When I SSH into my firewall server, then attempt to ssh into another machine on the local network from there I get the following error:

Could not open a connection to your authentication agent.

Is there a way that I can have the agent run correctly from within another SSH session?

Best Answer

I addition to what txwikinger said, you can also just use the -A command line option when SSHing to your firewall.

Related Question