Answer the question
In order to leave comments, you need to log in
Allow external network access to socks5 ssh tunnels, how?
I've been tinkering for a week already, I would have done it in a swoop in the windows, but I'm at odds with the console. I tell :
Given: Client, VPS1, Root shells, internal grids are different for everyone.
Required: VPS1 creates multiple ssh tunnels to shells listening on its own side socks5 ports that it opens for the external network, a client connects to these ports and drives traffic through the tunnels, about 20 ports.
I give VPS1 a command
$ ssh -D 8888:0.0.0.0 -f -C -q -N [email protected]
$ sudo nano /etc/ssh/sshd_config
$ killall –HUP sshd
$ ssh -f -N -n -D 0.0.0.0:8888 -R 12345:0.0.0.0:12345 [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