Skip to content

Instantly share code, notes, and snippets.

@VirusABC
VirusABC / openssh-server-win11.md
Created May 21, 2026 18:48 — forked from espresso3389/openssh-server-win11.md
Enable SSH Server on Windows 11

NOTE: Open Administrative PowerShell (not pwsh.exe) and run the every steps below.

Install OpenSSH Server

Firstly check the actual component name:

Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'