Skip to content

Releases: universal-development/taggart-tunnel

v0.0.1

06 Jul 11:59
83e7545

Choose a tag to compare

TaggartTunnel is a secure, scriptable SSH port forwarding utility designed to tunnel through multiple jumpboxes and reach internal or non-SSH services (like RDP, databases, or web apps).

🚀 Features
✅ Simple configuration via .conf file (local port, target IP, jump chain)
✅ Full support for multi-hop SSH tunneling (e.g., jump1 → jump2 → target)
✅ Per-host user, port, and SSH key control (user@host[:port]|key)
✅ Forces IdentitiesOnly yes — prevents unwanted ssh-agent interference
✅ Auto-generated temporary SSH config for complete isolation
✅ Works with non-SSH targets (RDP, HTTP, databases, etc.)
✅ Debug logging of resolved chain and generated ssh command
✅ POSIX-compliant, single-file Bash script — no dependencies

Full Changelog: https://github.com/universal-development/taggart-tunnel/commits/v0.0.1