OpenSSH is a program package for file transfer. It uses Secure Shell including SSH File Transfer Protocol and includes clients, utilities, and a server.
So we will go through Some Normal Processes.
- At First Open PowerShell As Administrator.
- Now Check First If Openssh is installed or not – “Get-WindowsCapability -Online | ? Name -like ‘OpenSSH*’“.
- Now Install OpenSSH Client – “Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0“.
- Now Install OpenSSH Server – “Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0“.
- Now Everything Is Installed.
Here is Tutorial Video Link