/ssh-jumpmap

SSH Jumpmap visualizer.

Primary LanguagePython

jumpmap

Intro

WIP WORK IN PROGRESS use at your own risk.

Generates a map from your ssh config(s) of the hosts and their relationships based on ProxyJump settings Work In Progress.

Usage

pipenv sync
pipenv shell
pipenv run python3 ./app.py

Todo

  • fix applying jumphosts correctly (order matters)
  • fix dependency order
  • fix args
  • fix visual
  • fix everything