Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
olafdedj
6 days agoNew Member
SSH Bookmarks not working?
Hi, I’ve been trying to set up SSH Bookmarks, but I can’t get them to work.
I have seven keys, and the client attempts all of them on the server even when the bookmark is configured correctly. As a result, I get "Too many authentication failures" before it reaches the correct (7th or more) key. I’ve also tried moving all keys to the private vault for testing, but the behavior is the same.
When I download the .pub file and try this command on Mac It does pick only the right one. But the problem is that i have to actually download the .pub file and according to the bookmark it should do that automatically.
ssh -o IdentitiesOnly=yes -i ~/path/to/key/pub_key.pub user@host.net
This is on Windows and on my Mac and Im not using any custom ports.
UPDATE 1:
I got it working by checking the generate ssh-config file. Then in my .ssh/config set Include ~/.ssh/1Password/config.
However this feels like it should be all done automatically? So i dont have to enable the generate check ssh and also should not include it.