Install Open SSH on Windows and Generate SSH Key

preview_player
Показать описание
Install Open SSH on Windows and Generate SSH Key

PRE-REQUISITES
1. You need to be running Windows 10 1809 or higher
2. You will need to run PowerShell with Administrative privilege

STEPS
1. Check for status of SSH
Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'
2. Install Open SSH
# Install the OpenSSH Client
Add-WindowsCapability -Online -Name OpenSSH.Client*
3. Generate SSH Key
ssh-keygen
Рекомендации по теме