From 8b06deaa7a4ee54f0a70cbaef443a254317914da Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:49:30 +0200 Subject: [PATCH] Update Installer.sh Disabled X11 forwarding in the sshd config preventing cli errors when logging in over ssh. --- Installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installer.sh b/Installer.sh index 0f0a692..9193e1b 100644 --- a/Installer.sh +++ b/Installer.sh @@ -257,6 +257,8 @@ ufw limit 22/tcp echo "y" | ufw enable +sed -i 's/X11Forwarding yes/X11Forwarding no/g' /etc/ssh/sshd_config + ##-----------------## # Optimizing Pi #