Start Windows SSH Agent May 13, 2025 Open PowerShell as Administrator. Get-Service -Name ssh-agent | Set-Service -StartupType Automatic Start-Service ssh-agent Related