Created
October 25, 2018 18:48
-
-
Save KellerFuchs/806d448b0459773c82d776e87163fc78 to your computer and use it in GitHub Desktop.
SSH ProxyJump example
This file contains 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
# 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