Fuzzy-matching SSH connections via Teleport's tsh.
./install.shInstalls binary to ~/.local/bin and shell completions for your current shell.
# Interactive mode - fuzzy select from all machines
rtsh
# Direct connection (fuzzy matched)
rtsh example-machine
# Override username
rtsh -u admin example-machineLocation: ~/.config/rtsh/config.toml
username = "example"On first run without config, prompts for username and saves it.
GPL-3.0