Jump server with menu to select server
| default | ||
| docker | ||
| img | ||
| sshmenu | ||
| .gitignore | ||
| compose-dev.yaml | ||
| Dockerfile | ||
| README.md | ||
sshJumpMenu
This is a fork of sshmenu In this fork i have made a docker image you can ssh in to and choose the server you want to manage
sshmenu is a very simple terminal tool that reads your ssh-config
and renders an interactive menu with your ssh profiles listed
Installation
Requires:
- python3
- pip
- pip module: bullet
Note: sshmenu depends on a config file located in your /home/user/.ssh or /etc/ssh/ssh_config folder
You can find examples here
Docker
Running in docker (why? I don't know):
docker run -it -v $PWD/config:/root/.ssh/config antonjah/ssh-menu