From c006ee2524e042f1acc90d11a6c6d89900a1d1fb Mon Sep 17 00:00:00 2001 From: Tommy Persson <@tommy.persson@liu.se> Date: Mon, 6 Dec 2021 12:12:17 +0100 Subject: [PATCH] Fixing doc. --- doc/wsl2.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/wsl2.md b/doc/wsl2.md index 1e6694a..5fef313 100644 --- a/doc/wsl2.md +++ b/doc/wsl2.md @@ -23,6 +23,9 @@ cd /etc/ssh sudo ssh-keygen -A cd # set password authentication to on in /etc/ssh/sshd_config +# this means open the file in a text editor and change the line that looks like +# PasswordAuthentication no +# and change the no to a yes sudo service ssh start ``` -- GitLab