[Windows] Windows server 2019 install ssh server
Env
- Windows Server 2019
How To
Step 1
Run PowerShell With Administrator
Step 2
Copy These Command To PowerShell
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
Step 3
Start Service
net start "openssh ssh server"