Skip to content

Instantly share code, notes, and snippets.

@R4wm
Created January 10, 2025 13:46
Show Gist options
  • Save R4wm/8a75628bef3cb1ad49ce4ddc234c33e9 to your computer and use it in GitHub Desktop.
Save R4wm/8a75628bef3cb1ad49ce4ddc234c33e9 to your computer and use it in GitHub Desktop.
so i can get to my desktop from my internal jump box
#!/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