← Back to tools
View AGENTS.md for sshto
sshto
Manage SSH connections with a dialog-based menu
Description
sshto is a small bash script to manage your SSH connections. It builds a menu using dialog from your ~/.ssh/config file. Beyond connecting, it can run commands, copy files, and tunnel ports on remote hosts.
AI Summary
A bash script that provides a dialog-based menu for managing SSH connections from your ~/.ssh/config.
Capabilities
- + Interactive menu for SSH connections from ssh config
- + Connect to remote hosts via dialog menu
- + Run commands on remote hosts
- + Copy files between hosts
- + Set up port tunneling
Use When
- → User manages many SSH connections
- → User wants a quick menu for SSH hosts
Avoid When
- x User prefers GUI SSH managers
- x User has very few SSH connections