wstunnel icon indicating copy to clipboard operation
wstunnel copied to clipboard

Please help!

Open medram opened this issue 3 years ago • 1 comments

Hello everyone, Please I need help. I've configured everything & wstunnel and SSH are working as intended on my Linux PC:

SSH client <---> wstunnel (client) <---> internet <---> wstunnel (server) <---> SSH server

and I'm using SSH tunneling (as VPN on my PC). but, please I would like to connect to my ssh (as VPN) via wstunnel on my android device.

please any ideas. and could I use android third-party websocket clients to connect to wstunnel server ? Note: I'm an IT guy, so you could go deeper at the explanation.

medram avatar Jan 23 '22 15:01 medram

Seems doable as per README...

SSH Proxy To use as a proxy for "ssh", run:

ssh -o ProxyCommand="wstunnel -t stdio:%h:%p https://server/" user@sshDestination Above command will ssh to "user@sshDestination" via wstunnel server at "https://server".

Maybe a pointer in the right direction... https://android.stackexchange.com/questions/57220/ssh-tunnel-with-two-hops

bwmtx avatar Mar 13 '22 03:03 bwmtx