Skip to content

Instantly share code, notes, and snippets.

@noflcl
Last active October 11, 2024 12:49
Show Gist options
  • Save noflcl/7a9e22462f87f3802948d29567a0e488 to your computer and use it in GitHub Desktop.
Save noflcl/7a9e22462f87f3802948d29567a0e488 to your computer and use it in GitHub Desktop.
tailscale install for Rocky Linux
sudo dnf config-manager --add-repo https://pkgs.tailscale.com/stable/rhel/9/tailscale.repo
sudo dnf update
sudo dnf install tailscale
sudo systemctl enable --now tailscaled
sudo tailscale up --ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment