Skip to content

Instantly share code, notes, and snippets.

View RRRCHINO94's full-sized avatar
🎯
Enfoque

RRRCoD RRRCHINO94

🎯
Enfoque
  • Trinidad y Tobago
  • 19:22 (UTC -12:00)
View GitHub Profile
@RRRCHINO94
RRRCHINO94 / ssh-agent.md
Created April 9, 2023 23:04 — forked from mvneves/ssh-agent.md
"Could not open a connection to your authentication agent"

SSH authentication agent does not automatically start when using it from a remote server. This results in the following error message:

$ git pull
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
$ ssh-add ~/my-ssh-key.pem
Could not open a connection to your authentication agent.

To fix it requires manually starting ssh-agent: