Check to see if OpenSSH Client/Server are installed. If not proceed.
Get-WindowsCapability -Online | ? name -like "openssh*"
This is where I keep the essential steps for installing, configuring or in general really borking things up. Use at your own risk.
These are the powershell commands I use to install OpenSSH on a Windows 10 workstation. You need to run powershell as administrator for this to work.
Get-WindowsCapability -Online | ? name -like "openssh*"
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
Start-service sshd
Set-Service -Name sshd -StartupType 'Automatic'
Get-NetFirewallRule -Name *ssh*
This website was built with Mobirise site themes