Update Installer.sh

Disabled X11 forwarding in the sshd config preventing cli errors when logging in over ssh.
This commit is contained in:
Beeranco 2023-08-14 22:49:30 +02:00 committed by GitHub
parent de9ab23b22
commit 8b06deaa7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 #