スキル一覧に戻る
lc0rp

ssh-tailscale-luke-mac

by lc0rp

0🍴 0📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: ssh-tailscale-luke-mac description: How to connect to Luke's Mac over Tailscale via SSH.

SSH to Luke's Mac via Tailscale

When to use

Use this when you need terminal access to Luke's Mac (e.g., building or packaging the macOS app).

Connection details

  • Host: 100.67.77.99 (Tailscale IP)
  • User: luke
  • Key: /home/ubuntu/.ssh/clawdbot_macos_ed25519 (public at /home/ubuntu/.ssh/clawdbot_macos_ed25519.pub)
  • Auth: publickey only; password auth is rejected
  • Network: Tailscale only; do not use WAN port 22

Connect

ssh -i ~/.ssh/clawdbot_macos_ed25519 luke@100.67.77.99

Optional SSH config

Add to ~/.ssh/config for a short alias:

Host luke-mac
  HostName 100.67.77.99
  User luke
  IdentityFile ~/.ssh/clawdbot_macos_ed25519
  IdentitiesOnly yes

Then:

ssh luke-mac

Notes

  • If SSH fails, confirm Tailscale is up on both ends.
  • Sudo on the Mac still requires Luke's password; do not attempt sudo changes remotely.
  • If the host key changes, remove/update the old entry in ~/.ssh/known_hosts.

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です