Install Open SSH on Windows and Generate SSH Key

Аватар автора
Заработок на JavaScript обучении других
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

0/0


0/0

0/0

0/0