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 # SSH Configuration
Port 22 Port 22
ListenAddress ${TAILSCALE_IP} ListenAddress ${TAILSCALE_IP}
PermitRootLogin prohibit-password PermitRootLogin yes
PasswordAuthentication no PasswordAuthentication yes
ChallengeResponseAuthentication no ChallengeResponseAuthentication no
UsePAM yes UsePAM yes
X11Forwarding yes X11Forwarding yes