Last active
October 11, 2024 12:49
-
-
Save noflcl/7a9e22462f87f3802948d29567a0e488 to your computer and use it in GitHub Desktop.
tailscale install for Rocky Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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