SSH Bookmarks - broken on macOS
Hi,
spent half a day on getting my (around 15) SSH keys and config sorted out. No success, at least not in "the way it's meant to be" by 1Password.
I'm pretty sure I did everything correctly (all on macOS):
- set the agent in config,
- checked all the right boxes to get the "Include" file,
- include it in configuration
And still, when I do `ssh -vvv ...` I see that the user and host gets matched to the correct *.pub key, but the agent insists on offering every single key it knows. And we now where this ends - back in my shell, not on the remote machine.
So finally after several hours, I gave up and just copied the corresponding `IdentityFile` statements directly into config, remove the "Include" and can happily login to my remote shells. Which kind of defeats the purpose of SSH bookmarks.
By the way I also never made it work to have a "Host" definition in my config while using its name as a url. Docs say that it works, it does not (at least for me).
Example in config:
Host machine-a
Hostname machine-a.example.org
User chilledbeany
and in 1Password:
ssh://machine-aNo match. Only with
ssh://chilledbeany@machine-a.example.orgit matches, which is again, kind of wrong.
So, any guidance on what I do wrong or getting it fixed in 1Password is appreciated.
