Configure the ssh-agent and sshd service to automatically start on Windows
Run the following PowerShell commands:
Set-Service -Name ssh-agent -StartupType ‘Automatic’
Set-Service -Name sshd -StartupType ‘Automatic’
Set-Service -Name ssh-agent -StartupType ‘Automatic’
Set-Service -Name sshd -StartupType ‘Automatic’
Comments
Post a Comment