Created
February 4, 2018 23:12
-
-
Save chris-gunawardena/f94f54bf52f40049aadb3b7c1fbc576b to your computer and use it in GitHub Desktop.
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
ssh -NT -R 12345:localhost:22 [email protected] -o ServerAliveInterval=60 | |
ssh -p12345 chris@localhost | |
https://blog.kylemanna.com/osx/ssh-reverse-tunnel-on-mac-os-x/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment