Created
June 23, 2020 23:20
-
-
Save nzbart/bbb0aba96bcb3fa252cc4dec0826c179 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 | |
Start-Service sshd | |
Set-Service -Name sshd -StartupType 'Automatic' | |
ssh-keyscan localhost | ssh-keygen -lf - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment