Skip to content

Instantly share code, notes, and snippets.

@KellerFuchs
Created October 25, 2018 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KellerFuchs/806d448b0459773c82d776e87163fc78 to your computer and use it in GitHub Desktop.
Save KellerFuchs/806d448b0459773c82d776e87163fc78 to your computer and use it in GitHub Desktop.
SSH ProxyJump example
# Let's say you only want to connect to tilde.town through #!,
# for example because the firewall at work blocks tilde.town
Host tilde.town
User lycaops
ProxyJump sf1.hashbang.sh
# Your #! configuration
Host *.hashbang.sh
User opslyca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment