Update install.sh

main
trrgrnd 2024-08-06 08:08:32 +00:00
parent 2bf2d4f952
commit 7135cca7f2
1 changed files with 0 additions and 5 deletions

View File

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