sshTIK 0.1.1
Follow nested ssh. Run ssh onward from inside a session, press F5 or F6, and the panel opens on the inner host — tunnelled through the connection you already have, no ProxyJump config needed. Hops are followed recursively and cached per tab; exit the inner ssh and the panels go back to the outer host. You may be asked for a password once per hop if your key isn't authorised there.
Install fixed. 0.1.0's pipx install tried to compile PyGObject from source. Now:
# Ubuntu / Debian
sudo apt install gir1.2-vte-2.91 python3-paramiko python3-gi pipx
# Fedora
sudo dnf install vte291 python3-paramiko python3-gobject pipx
git clone https://github.com/xsDevelopments/sshtik && ./sshtik/install.sh
install.sh also adds the applications-menu entry and icon. Existing checkouts: git pull && ./install.sh.