Closed ddevz closed 3 months ago
Example instructions are actually in the issue now. (Originally issue was accidentally created before it was fully written)
Thanks for the idea! I opt for not adding this as it's very common SSH tunneling info documented in lots of places, easy to find when searching. But thanks!
Maybe some links then to those places? I've done ssh tunneling before, and it took me way too long to do.
I think telling people about a ssh server for android (searching through all the android ssh clients to find a ssh server takes time), and at least having the words "ssh tunneling" in there, and a pointer to a ssh tunneling howto (so people dont have to come up with the idea of ssh tunneling on their own) could save people some time.
But whatever you want. I'm just trying to help.
I think it'd be good to have some ssh instructions in the README.
Something like:
It is possible to encrypt communications through a ssh tunnel. To do that:
ssh -p 2222 -L localhost:5900:localhost:5900 {ip address of android device} then: vncviewer localhost:5900