Forwarded SSH agent refuses operation after a while
I've been following https://1password.community/discussion/comment/660153/#Comment_660153 to setup agent forwarding for 1Password.
I can successfully use the key(s) stored in 1Password on the remote machine, but after a few seconds the agent refuses operations from the remote session:
```
❯ echo $SSH_AUTH_SOCK
/Users/bene/.ssh/ssh_auth_sock
❯ ssh-add -l
256 SHA256:**** SSH-Key (*) (ED25519)
3072 SHA256:* SSH-Key (****) (RSA)
❯ ssh some.host
❯ date && ssh-add -l
Sat Jan 14 07:21:48 AM UTC 2023
256 SHA256:**** SSH-Key (*) (ED25519)
3072 SHA256:* SSH-Key (****) (RSA)
❯ date && ssh-add -l
Sat Jan 14 07:22:04 AM UTC 2023
256 SHA256:**** SSH-Key (*) (ED25519)
3072 SHA256:* SSH-Key (****) (RSA)
❯ date && ssh-add -l
Sat Jan 14 07:22:15 AM UTC 2023
2023/01/14 08:22:15 agent 11: agent: client error: write unix ->/Users/bene/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock: write: broken pipe
error fetching identities: agent refused operation
```
1Password Version: 8.9.13
Extension Version: Not Provided
OS Version: macOS 13.1
Browser:_ Not Provided
