como iniciar o serviço de agente ssh windows powershell
Get-Service ssh-agent | Set-Service -StartupType Automatic -PassThru | Start-Service
Cute Corncrake
Get-Service ssh-agent | Set-Service -StartupType Automatic -PassThru | Start-Service