From 7135cca7f2c49c71b1b0a63bdbebbb7df9540537 Mon Sep 17 00:00:00 2001 From: trrgrnd Date: Tue, 6 Aug 2024 08:08:32 +0000 Subject: [PATCH] Update install.sh --- install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.sh b/install.sh index 6202791..e1bd948 100644 --- a/install.sh +++ b/install.sh @@ -12,21 +12,16 @@ echo "[ configuring sshd ]" cat << EOF > /etc/ssh/sshd_config Include /etc/ssh/sshd_config.d/*.conf - Port 22 ListenAddress 0.0.0.0 - PermitRootLogin yes PubkeyAuthentication yes PasswordAuthentication no PermitEmptyPasswords no - KbdInteractiveAuthentication no UsePAM yes - X11Forwarding yes PrintMotd no - AcceptEnv LANG LC_* Subsystem sftp /usr/lib/openssh/sftp-server EOF