1Password SSH Keys
1Password 8 supports SSH keys! Depending on the application, there may be a few things you have to do to get things working.
Windows + PowerShell + Git
Configure Git for Windows to use OpenSSH:
git config --global core.sshCommand "C:/Windows/System32/OpenSSH/ssh.exe"
Source: