Starting ssh-agent on Windows 10 fails: “unable to start ssh-agent service, error :1058”
问题 When I try to start the ssh-agent on Windows 10 via PowerShell (with elevated right or without) by entering Start-Service ssh-agent I get the error unable to start ssh-agent service, error :1058 When I check of the service is running via Get-Service ssh-agent is returns that the service is stopped. How can I get the ssh-agent running? 回答1: Yeah, as others have suggested, this error seems to mean that ssh-agent is installed but its service (on windows) hasn't been started. You can check this