Skip to content

Instantly share code, notes, and snippets.

@hoyhoy
Last active July 12, 2026 17:42
Show Gist options
  • Select an option

  • Save hoyhoy/941c7253ca5c0813d4341411f88470a3 to your computer and use it in GitHub Desktop.

Select an option

Save hoyhoy/941c7253ca5c0813d4341411f88470a3 to your computer and use it in GitHub Desktop.
SSH Port Forwarding Claptraps for Ruined
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