No fingerprint prompt when SSHing
Hi,
I've gone over the doc multiple times but can't seem to get it to work. I settled on a per key activation to avoid impacting my work. When I look in the logs I can see
INFO 2022-07-07T09:32:05.815 tokio-runtime-worker(ThreadId(12)) [1P:ssh/op-agent-controller/src/desktop.rs:332] SSH Agent has started.
but nothing shows in the logs when I ssh. I get no finger print prompt and thus
$ ssh linode
jdoe@123.123.123.123: Permission denied (publickey,keyboard-interactive).
This is what I have in my .ssh/config
Host linode
User jdoe
Hostname 123.123.123.123
IdentitiesOnly yes
IdentityAgent "~/ecosta/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
If I do the following, I can see the ssh keys list stored in 1P
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
ssh-add -l`
If I run an ssh to linode with or without exporting the SSH_AUTH_SOCK, I still get the same result. No prompt.
I just noted that if I save a change in .ssh/config I get the following log message
INFO 2022-07-07T10:21:38.998 notify-rs fsevents loop(ThreadId(23)) [1P:ssh/op-ssh-config/src/lib.rs:231] agent not configured
I tried importing a key or generating one but nothing seems to do it. Why am I not getting a prompt? Could you help me solve the problem?
Thanks.
1Password Version: 8.7.3
Extension Version: Not Provided
OS Version: macOS 12.4
Browser:_ Not Provided
