Jump server with menu to select server
Find a file
2025-12-28 21:59:38 +00:00
default fix: fixed profile. changed to profile in app 2025-12-28 02:59:15 +00:00
docker add: create profile.d if not exist 2025-12-28 03:04:32 +00:00
img Add picture and fix align 2019-02-26 16:52:39 +01:00
sshmenu add direct command option 2025-12-26 15:38:39 +00:00
.gitignore change: moved default to one folder 2025-12-28 02:05:59 +00:00
compose-dev.yaml change: moved default to one folder 2025-12-28 02:05:59 +00:00
Dockerfile change: move const to /opt/sshJumpMenu 2025-12-28 03:07:18 +00:00
README.md add fork info 2025-12-26 11:15:29 +00:00

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

Contributors

vkushnir