Skip to content

Instantly share code, notes, and snippets.

@ndraiman
ndraiman / ssh_into_wsl2.md
Last active October 11, 2025 09:31
SSH Into WSL2

Guide: How to SSH Into WSL2

Install WSL2 SSH server

  1. Open your wsl ubuntu terminal

  2. install open-ssh server

    sudo apt update 

sudo apt install openssh-server