ssh-tailscale-luke-mac

Establish secure SSH access to Luke's Mac over a private Tailscale network.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables secure remote SSH access to Luke's Mac over a private Tailscale network, simplifying development and troubleshooting when the machine is accessible only within the Tailscale VPN.

Core Features & Use Cases

  • Tailscale-only SSH connectivity: Connect securely without exposing the host to the public internet.
  • Guided connection steps: Clear host, user, and key details for quick access during development.
  • Use Case: When building or packaging the macOS app, team members can SSH into Luke's Mac to run build tools or test locally.

Quick Start

Connect to Luke's Mac over Tailscale by running the exact SSH command: ssh -i ~/.ssh/openclaw_devbox_ed25519 [email protected].

Frequently Asked Questions about ssh-tailscale-luke-mac

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

FAQPage Schema
How do I SSH into a Mac using Tailscale for remote development?

Connect to Luke's Mac over Tailscale by running ssh -i ~/.ssh/openclaw_devbox_ed25519 [email protected], authenticating with your private key.

Do I need publickey authentication to connect to a Mac over a Tailscale network?

Yes, publickey authentication is required to establish secure SSH access to Luke's Mac over Tailscale, ensuring the connection remains restricted to authorized keys within the VPN.

What is the benefit of using Tailscale for SSH connections instead of public internet access?

Tailscale-only SSH connectivity allows you to connect securely to a Mac without exposing the host to the public internet, creating a private network for development and troubleshooting.

Can I run build tools on a remote Mac through a Tailscale SSH connection?

Yes, team members can SSH into the Mac to run build tools or test locally, making it useful for building or packaging the macOS app during development.

What prerequisites are needed to establish SSH access to a Mac via Tailscale?

You need a reachable Tailscale IP, the exact SSH command or SSH config snippet, and the correct public key to establish secure SSH access to the Mac.