Digital Marketing

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’

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database