It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
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:
```
➜ ...
K_J__1P
1Password Team
4 years agoIt should be in the kex_input_ext_info
.
debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
Additionally, sign_and_send_pubkey
will typically indicate one of these two formats if they are being used:
debug3: sign_and_send_pubkey: signing using rsa-sha2-512 ...
Reading the logs you shared, it seems like the server does not support rsa-sha2.
Edit: Looking into this further, it's unclear if Azure DevOps supports rsa-sha2. rsa-sha1 is considered weak and not enabled by default in most clients. I'll continue to investigate.