Skip to content

Instantly share code, notes, and snippets.

@carlhannes
Last active December 4, 2019 18:17
Show Gist options
  • Save carlhannes/b1d53386e7e6845b8195908d413e3564 to your computer and use it in GitHub Desktop.
Save carlhannes/b1d53386e7e6845b8195908d413e3564 to your computer and use it in GitHub Desktop.
Add-WindowsCapability -Online -Name OpenSSH.Server*
Start-Service sshd
Set-Service -Name sshd -StartupType 'Automatic'
ssh <username>@<domain>@<ip-or-hostname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment