Update setup-tailscale.sh

This commit is contained in:
HHF Technology 2025-01-30 15:45:26 +05:30
parent c324799387
commit 442ed95fb3

View file

@ -62,8 +62,8 @@ cat > /etc/ssh/sshd_config << EOF
# SSH Configuration
Port 22
ListenAddress ${TAILSCALE_IP}
PermitRootLogin prohibit-password
PasswordAuthentication no
PermitRootLogin yes
PasswordAuthentication yes
ChallengeResponseAuthentication no
UsePAM yes
X11Forwarding yes