|
|
|
|
|
by icebraining
5418 days ago
|
|
Ok, I'll rewrite: Why wouldn't he use his reverse SSH connection* to do that stuff? * Reverse SSH:
if wget http://myserver.com/sshreverse; then ssh -R 2900:localhost:22 User@myserver.com; fi Stick this in a file, chmod +x, then add an entry in cron to run it every hour or so.
After that, you just need to create a file in your web server called "sshreverse" and you'll have an SSH tunnel to your laptop. |
|