Web/Get started with OpenSSH for Windows

From PKC
Revision as of 12:27, 21 April 2023 by Benkoo2 (talk | contribs)
Jump to navigation Jump to search

"Get started with OpenSSH for Windows". local page: Microsoft. Retrieved Jan 12, 2023. 


# 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

References


Related Pages