ssh-tailscale-luke-devbox

Connect securely via SSH to Luke's devbox over a Tailscale network with ubuntu user authentication.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lc0rp/luke-agent-scripts --skill ssh-tailscale-luke-devbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh-tailscale-luke-devbox
Source: https://github.com/lc0rp/luke-agent-scripts/tree/main/skills/ssh-tailscale-luke-devbox
Command: npx skills add https://github.com/lc0rp/luke-agent-scripts --skill ssh-tailscale-luke-devbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect securely to Luke's Devbox via a private Tailscale network to access a terminal without exposing SSH on the public internet.

Core Features & Use Cases

  • Secure remote SSH access over a private network for maintenance, debugging, and onboarding.
  • Easy integration with an SSH config alias for quick connections and consistent user experience.
  • Clear operational notes to verify connectivity, key handling, and host key management in routine admin tasks.

Quick Start

Connect to Luke's devbox using SSH through the Tailscale network with the provided host and user details.

Frequently Asked Questions about ssh-tailscale-luke-devbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I SSH into an Ubuntu devbox over a private Tailscale network?

To SSH into an Ubuntu devbox over Tailscale, you establish a Tailscale connection and authenticate using a public key with the ubuntu user. This provides secure remote terminal access without exposing SSH to the public internet.

Why does Tailscale provide more secure remote access than standard SSH?

Tailscale provides more secure remote access because it creates a private network for your SSH connection. This avoids exposing your devbox to the public internet, requiring both a valid Tailscale connection and public key authentication to operate.

What do I need to connect to a remote Ubuntu devbox via SSH and Tailscale?

You need an active Tailscale connection, public key authentication configured for the ubuntu user, and the specified host and key details. These prerequisites ensure secure access for maintenance and debugging tasks.

Can I use public key authentication to access a devbox when WAN access is restricted?

Yes, you can use public key authentication to access a devbox when WAN access is restricted by connecting through a Tailscale network. This private network bypasses WAN restrictions to provide secure SSH terminal access.

What is the best way to configure an SSH alias for a Tailscale devbox connection?

The best way to configure an SSH alias for a Tailscale devbox is to integrate the provided host and user details into your SSH config. This enables quick connections and a consistent experience for routine admin tasks.

SSH connection to my remote devbox not working, what should I verify?

If your SSH connection to the remote devbox is not working, verify your Tailscale connectivity, ensure proper public key handling, and confirm host key management. These operational notes are crucial for routine admin tasks.