wstunnel
wstunnel copied to clipboard
Please help!
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.
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