Skip to content

Instantly share code, notes, and snippets.

@captainGeech42
Last active July 12, 2020 01:13
Show Gist options
  • Save captainGeech42/8b7e2e22a77fb3cc013e118e26a899c8 to your computer and use it in GitHub Desktop.
Save captainGeech42/8b7e2e22a77fb3cc013e118e26a899c8 to your computer and use it in GitHub Desktop.
Example SSH config with port forward
Host jump
HostName jumphost
User lowpriv
Port 31337
IdentityFile ~/.ssh/id_ed25519
LocalForward 127.0.0.1:8080 myhost.com:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment