So installieren Sie SSH in Windows 10
# Install ssh client from PowerShell
PS C:\> Add-WindowsCapability -Online -Name OpenSSH.Client*
Dark Dogfish
# Install ssh client from PowerShell
PS C:\> Add-WindowsCapability -Online -Name OpenSSH.Client*
# Check if installed via Powershell
Get-WindowsCapability -Online | ? name -like "openssh*"
# Install
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0