You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On CentOS 7 with keychain 2.8.5, keychain -l says that it could not connect to the SSH agent even when keychain --agents ssh confirms that there is an active ssh agent:
[username@host ~]$ keychain --agents ssh --eval id_ed25519
* keychain 2.8.5 ~ http://www.funtoo.org
* Starting ssh-agent...
SSH_AUTH_SOCK=/tmp/ssh-h4RyDrYLeJeX/agent.12192; export SSH_AUTH_SOCK;
SSH_AGENT_PID=12193; export SSH_AGENT_PID;
* Adding 1 ssh key(s): /home/username/.ssh/id_ed25519
Enter passphrase for /home/username/.ssh/id_ed25519:
* ssh-add: Identities added: /home/username/.ssh/id_ed25519
[username@host ~]$ keychain -l
Could not open a connection to your authentication agent.
[username@host ~]$
The text was updated successfully, but these errors were encountered:
On CentOS 7 with keychain 2.8.5,
keychain -l
says that it could not connect to the SSH agent even whenkeychain --agents ssh
confirms that there is an active ssh agent:The text was updated successfully, but these errors were encountered: