Skip to content

Instantly share code, notes, and snippets.

@LittleKross
Created October 21, 2020 12:09
Show Gist options
  • Save LittleKross/6301d510ac16c3ce08896fa550cc52de to your computer and use it in GitHub Desktop.
Save LittleKross/6301d510ac16c3ce08896fa550cc52de to your computer and use it in GitHub Desktop.
Script to setup win32 OpenSSH Client and Server that comes with windows by default
Get-Process sshd | Set-Proces -StartupType Automatic -PassThru | Start-Service sshd
Get-Process ssh-agent | Set-Proces -StartupType Automatic -PassThru | Start-Service ssh-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment