Difference between revisions of "Web/Get started with OpenSSH for Windows"

From PKC
Jump to navigation Jump to search
Line 10: Line 10:
<syntaxhighlight lang="SHELL" line>
<syntaxhighlight lang="SHELL" line>


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


Name : OpenSSH.Server~~~~0.0.1.0
# Install the OpenSSH Server
State : NotPresent
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0


‎</syntaxhighlight>
‎</syntaxhighlight>

Revision as of 12:27, 21 April 2023

"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