Skip to content
Quentin Adt's Notes
The blog of Quentin Adt
SEO Development Digital Nomad About Me :)
Quentin Adt's Notes
The blog of Quentin Adt

Month: November 2018

SSH – Could not open a connection to your authentication agent

November 23, 2018

If you get “Could not open a connection to your authentication agent“, try: eval `ssh-agent -s` | ssh-add ~/.ssh/you_id_rsa_private_key => It works on Ubuntu 16, 18 and Debian Still a bug ? Try: ssh -vvvT git@gitlab.com

Quentin Adt comment 0 Comments