Skip to content

Instantly share code, notes, and snippets.

@bldrdash
bldrdash / how-to-ssh-into-windows.md
Last active March 1, 2025 17:34 — forked from teocci/how-to-ssh-into-windows.md
How to SSH into Windows 10 or 11?

How to SSH into Windows 11

This documentation was forked from teocci/how-to-ssh-into-windows.md and revised to focus on Windows 11 and limit install options to Powershell. teocci's documentation offers more options for install, whereas this documentation provides additional information regarding key-based authentication and the nessesary steps for using the authorized_keys file.

Microsoft Documentation

Install using PowerShell

Add-WindowsCapability -Online -Name OpenSSH.Server*