SSH + Passphrase Automation

Can PowerShell at Windows 10 store SSH password or passphrase for avoid enter every time password or passphrase?

Seems you accidentally typed that into powershell.org instead of google.

@Doug Maurer

I’m coming from google i found this forum there (never know before about existing this).

Get-Service ssh-agent | Set-Service -StartupType Automatic -PassThru | Start-Service

This solution not working for me.