Skip to content

Instantly share code, notes, and snippets.

View BearTS's full-sized avatar
🫶
Self hosting

Anuj Parihar BearTS

🫶
Self hosting
View GitHub Profile
@BearTS
BearTS / instructions.md
Created July 2, 2024 00:00 — forked from bubba-h57/instructions.md
Configuring Jetbrains Gateway and WSL

Step 1: SSH Daemon

In your WSL instance, re-install OpenSSH server as follows.

sudo apt remove --purge openssh-server
sudo apt install openssh-server

Edit /etc/ssh/sshd_config (e.g. sudo vi /etc/ssh/sshd_config) and add the following lines to the bottom of the file. Ensure you replace WSL_ACCOUNT_NAME with your WSL2 account name.