Created
January 10, 2025 13:46
-
-
Save R4wm/8a75628bef3cb1ad49ce4ddc234c33e9 to your computer and use it in GitHub Desktop.
so i can get to my desktop from my internal jump box
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
#!/bin/bash | |
autossh -M 20002 -N -R 20000:localhost:22 [email protected] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment