Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoSSH Agent Issue on 1Password Beta
I updated to the Beta version of 1Password (1Password for Mac 8.10.12 (81012010)) and I'm experiencing an issue with the SSH agent.
Whenever attempting to login to a Git Remote (GitLab) the SSH agent will first prompt for the Commit Signing key, which If I authorize authentication will fail.
The only way around this is to press esc when the commit signing key prompt comes up and it will then offer me the authentication key.
1Password Version: 8.10.12
Extension Version: Not Provided
OS Version: macOS 13.5
Browser: Not Provided
4 Replies
- Former Member
That fixed it. Thanks floris_1P ! Looks like GitLab has closed that issue though which is unfortunate.
- floris_1P
1Password Team
There is a bug where GitLab's sshd server on self-hosted instances incorrectly accepts signing keys which then still get rejected (as they should).
To work around that, you can configure the SSH agent to first offer the auth key and then the signing key. To do this, you can create an SSH agent config file.
- Former Member
floris_1P A self-hosted GitLab instance
- floris_1P
1Password Team
Does this happen with a GitLab.com remote or a self-hosted GitLab instance?