Skip to content

Commit

Permalink
fix: disable tailscale ssh
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Jan 25, 2025
1 parent fcc5b04 commit 12cb362
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ runcmd:
- ['sh', '-c', 'curl -fsSL https://tailscale.com/install.sh | sh']
- ['sh', '-c', "echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf && echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf && sudo sysctl -p /etc/sysctl.d/99-tailscale.conf" ]
- ['tailscale', 'up', '--auth-key=${tailscale_key}']
- ['tailscale', 'set', '--ssh']

0 comments on commit 12cb362

Please sign in to comment.