sshmenu is a simple tool for connecting to remote hosts via ssh written on GO. Great if you have trouble remembering IP addresses, hostnames, usernames or path to a key file.
go build sshmenu.go
chmod +x sshmenu
./sshmenu
Edit config.json file
{
"host": "192.168.0.1",
"friendly":"Server name",
"options": [""]
},
Option | Description |
---|---|
-lroot |
username |
-i~/.ssh/id_rsa |
path to key file |