Debian Linux 서버에 Tailscale 설치
Install Tailscale on Debian Bookworm · Tailscale Docs
curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
curl -fsSL https://pkgs.tailscale.com/stable/debian/bookworm.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
sudo apt-get update
sudo apt-get install tailscale -ysudo tailscale up
# URL 표시되면 웹 브라우저로 로그인