Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
XIII
4 years agoSuper Contributor
Unable to use 1Password SSH agent at work (RSA 2048, Azure DevOps)
Yesterday I tested the 1Password SSH agent with my personal stuff and everything seemed fine.
Today I wanted to use it at work as well, but everything fails...
Git on the command line:
```
➜ ...
Former Member
4 years agoI'm using the default SSH client on macOS Monterrey/Big Sur. I'm able to reproduce this on both systems.
- Monterrey machine:
OpenSSH_8.6p1, LibreSSL 2.8.3 - Big Sur machine:
OpenSSH_8.1p1, LibreSSL 2.7.3
I also gave it a shot using the openssh https://formulae.brew.sh/formula/openssh#default from homebrew and noticing the same behaviour :
```
❯ which ssh
/opt/homebrew/bin/ssh
❯ ssh -V
OpenSSH_8.8p1, OpenSSL 1.1.1m 14 Dec 2021
❯ SSH_AUTH_SOCK="$HOME/.1password/agent.sock" ssh-add -l
256 SHA256:
256 SHA256:
256 SHA256:
```