feat(kugetsu): Add Tailscale VPN support for container remote access #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Not all hosts have public IPs, making remote SSH access difficult. Tailscale provides an easy VPN solution that:
Goal
Enable Tailscale installation in container for network-independent SSH access.
Implementation Plan
Script:
tailscale-setup.shLocation:
skills/kugetsu/scripts/tailscale-setup.shFeatures:
--operatorflagUser prompts:
Flow:
Documentation
docs/kugetsu-setup.md: Add "Remote Access via Tailscale (Optional)" sectionskills/kugetsu/SKILL.md: Add Tailscale option in "Remote Access via SSH" sectionRelated