SSH Agent without Windows Hello is causing "ssh authorization prompt timed out" error
I am attempting to use the SSH Agent without Windows Hello (I am using the nightly build since this functionality is not yet in the production release). When I try a git clone command the 1Password prompt appears as expected but when I enter my password and click Authorize the green check appears in the password field and the authorize button turns into a loading icon. It stays this way until it times out. When that happens I get the message,
sign_and_send_pubkey: signing failed for RSA "GitLab" from agent: communication with agent failed
and the 1Password log has the entries,
INFO 2023-03-16T18:04:13.720 op_executor:invocation_loop(ThreadId(16)) [1P:op-app\src\app\backend\auth_prompt.rs:47] invoked auth prompt unlock
INFO 2023-03-16T18:05:06.936 tokio-runtime-worker(ThreadId(2)) [1P:ssh\op-ssh-agent\src\lib.rs:355] ssh authorization prompt timed out
Git version is git version 2.27.0.windows.1, I also tried git version 2.40.0.windows.1.
I have tried a variety of Windows SSH ports including,
OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
OpenSSH_for_Windows_8.6p1, LibreSSL 3.3.3
OpenSSH_for_Windows_8.9p1, LibreSSL 3.4.3
OpenSSH_for_Windows_9.2p1, LibreSSL 3.6.1
I made sure to disable the OpenSSH Authentication Agent Windows service and added sshCommand = C:/Windows/System32/OpenSSH/ssh.exe to my .gitconfig file.
I'm not sure if this is a defect or if I have made a mistake in my setup. Any help would be appreciated.
1Password Version: 1Password for Windows 8.10.3 (81003015)
Extension Version: Not Provided
OS Version: Windows 10 Pro version 22H2
Browser:_ Not Provided
Referrer: forum-search:https://1password.community/search?Search=ssh%20authorization%20prompt%20timed%20out
