Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- ssh $(tailscale status --json | jq -r '.Peer[]? | "\(.TailscaleIPs[0]) \(.HostName)"' | fzf --with-nth=2.. | awk '{print $1}')by Reaperberri
- Love it. Clever use of fzf. It doesn't do all the things I need it to but this is a really elegant solution. Thanks for sharing!by jbn4711
- I keep forgetting the hostnames of my Tailscale nodes so I created “tss”. A fast, interactive way to search, pick, and connect to your Tailscale nodes from the terminal. It installs as “tss” and works two ways: an interactive TUI picker, or a one-shot CLI that fuzzy-matches hostnames and connects you directly via SSH or Mosh.by jbn4711