Search notes:

%SYSTEMROOT%\System32\OpenSSH

This directory contains the executables

TODO

get-windowsCapability -online | where-object name -like 'OpenSSH*'

unable to start ssh-agent service, error :1058

PS C:\> ssh-agent.exe
unable to start ssh-agent service, error :1058

PS C:\> (get-service ssh-agent).status
Stopped

PS C:\> set-service ssh-agent -startupType manual
PS C:\> ssh-agent.exe

PS C:\> (get-service ssh-agent).status
Running
Note: The set-service command requires admin privileges, otherwise a Service 'OpenSSH Authentication Agent (ssh-agent)' cannot be configured due to the following error: Access is denied is thrown.

See also

SSH

Index