From 270c09eb809e386916b3256064753ce46e2c3fa3 Mon Sep 17 00:00:00 2001 From: Nathan Byrd Date: Wed, 11 Oct 2023 00:28:13 +0000 Subject: [PATCH] Added a sentence --- docs/_docs/troubleshooting/ssh-troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_docs/troubleshooting/ssh-troubleshooting.md b/docs/_docs/troubleshooting/ssh-troubleshooting.md index 66beda9c..4b59b4f5 100644 --- a/docs/_docs/troubleshooting/ssh-troubleshooting.md +++ b/docs/_docs/troubleshooting/ssh-troubleshooting.md @@ -39,3 +39,7 @@ Some ssh clients connect, but Netrunner (and other older clients) get a connecti ```shell "level":40,"error":"Group exchange not implemented for server","msg":"SSH connection error" ``` + +***Solution:*** + +Remove the following encryption protocols from your `config.hjson`: `diffie-hellman-group-exchange-sha256` and `diffie-hellman-group-exchange-sha1` \ No newline at end of file