This project provides a streamlined and user-friendly Command Line Interface (CLI) to manage and simplify your SSH connections before connecting to servers in your Tailscale network.
curl -L https://ssh.succinct.xyz | bash
Source your bash config (i.e., ~/.zshrc
or ~/.bashrc
) or start a new terminal session.
tsh
Tailscale SSH v0.0.1
Select one option using up/down keys and enter to confirm:
john
kevin
chris
Username: ubuntu
Running SSH Command...
ssh -A ubuntu@kevin
- Alexander Klimetschek for the bash selector script.
- Foundry for the install script.