From 442ed95fb3da490e482835432f9893cf5071ce7e Mon Sep 17 00:00:00 2001 From: hhf Date: Thu, 30 Jan 2025 15:45:26 +0530 Subject: [PATCH] Update setup-tailscale.sh --- setup-tailscale.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-tailscale.sh b/setup-tailscale.sh index b09569a..6c74e26 100644 --- a/setup-tailscale.sh +++ b/setup-tailscale.sh @@ -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