Answer the question
In order to leave comments, you need to log in
How to open ssh tunnel in python?
Hey!
I need this scheme:
There is a server on the local computer (localhost:65535) and a remote host (123.123.123.123), how to direct localhost:65535 to 123.123.123.123:8080?
Here is the autossh equivalent:
autossh -M 20110 -o ServerAliveInterval=20 -R 8080:localhost:65535 [email protected]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question