Last active
July 12, 2026 17:42
-
-
Save hoyhoy/941c7253ca5c0813d4341411f88470a3 to your computer and use it in GitHub Desktop.
SSH Port Forwarding Claptraps for Ruined
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Host rhel10-z15 | |
| Hostname xxxxxxxx # rhel10 on a z15 (s/390) if you even care | |
| User hoyhoy | |
| ServerAliveInterval 15 | |
| # VM running the VPN | |
| ProxyJump jumpbox.local | |
| IdentitiesOnly yes | |
| IdentityFile ~/.ssh/id_rsa | |
| # rmate forwarding for TextMate | |
| RemoteForward 52698 localhost:52698 | |
| # Dark magenta background color | |
| LocalCommand if [ -t 0 ]; then echo -e '\033]11;#320032\007'; fi | |
| Host * | |
| RemoteForward 52698 localhost:52698 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment