Installing OpenSSH feature on Windows 10 and Windows Server 2019

preview_player
Показать описание

Installing OpenSSH feature on Windows 10 and Windows Server 1709

SSH can now be installed on Windows 10 and Windows Server

#Check for OpenSSH feature
​Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'

# Install the OpenSSH Client
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0

# Install the OpenSSH Server
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
Рекомендации по теме