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