Created
July 20, 2022 13:02
-
-
Save iamcryptoki/2705a2e19a4f1ef28b376820b8847e26 to your computer and use it in GitHub Desktop.
Chrome OS ssh-add error: Could not open a connection to your authentication agent.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ eval `ssh-agent -s` | |
$ ssh-add | |
$ ssh-add ~/.ssh/ssh_key_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment