Forum Discussion

jpettorino's avatar
jpettorino
New Contributor
2 years ago

ssh agent stopped working (rhel9)

Up to date RHEL9 server-with-gui as my daily workplane. I've been using SSH-Agent from 1Password all day every day for months with no issues.
After lunch today, agent stopped providing identities via sock.

[jp-local@jp-laptop ~]$ ssh-copy-id locadmin@192.168.122.167
/usr/bin/ssh-copy-id: ERROR: No identities found
[jp-local@jp-laptop ~]$

Checking all the things, nothing appears to be incorrect.
- $SSH_AUTH_SOCK set to /run/user/1000/keyring/ssh
- ~/.ssh/config has:

Host *
IdentityAgent ~/.1password/agent.sock

- DNF indicates no updated versions available.

Any ideas?


1Password Version: 8.10.30
Extension Version: Not Provided
OS Version: rhel 9.4 "Plow"
Browser: Not Provided

1 Reply

  • jpettorino's avatar
    jpettorino
    New Contributor

    Ah wait... now that I look at it...
    Shouldn't $SSH_AUTH_SOCK also point to my ~/.1password/agent.sock and not the user 1000 keyring socket?
    Why isn't that getting set anymore...did Gnome change something?