tldr; Does OpenSSH integrate with Windows, so that on unlocking Windows ssh-agent will "unlock" its password-secured private keys?
On macOS and in Linux you usually have some kind of keychain handler that will integrate with ssh-agent (somehow) and unlock password enabled private keys automatically after only unlocking the keychain itself. It caches the passwords once and reuses them. On Windows you seem to have something similar: when 1Password has been unlocked once on the computer you only need to supply the Windows user PIN to unlock it the next time it is locked. So there is some kind of integration between Windows and 1Password. I was wondering if there was something that made use of some similar tech to make ssh-agent interface with Windows? I would like to unlock some keychain once and have it automatically supply passwords for all my secured private keys.