N
N
nezzard2014-05-27 18:41:33
SSH
nezzard, 2014-05-27 18:41:33

Can Reverse ssh be used as vpn?

Good afternoon, the question is, if I have a gray ip, I have vps with ip norms, can I set up reverse ssh to run, for example, Apache on my PC and give Internet access?
Or am I not really understanding what reverse ssh is? Vpn cannot be raised, since vps is free.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Valentine, 2014-05-27
@vvpoloskin

You can port forward through ssh. Then, when accessing your vps on port 80, requests will go to your computer with a gray address. Here you will find examples

S
svd71, 2014-05-27
@svd71

understanding is correct. But it is much easier to use the free no-ip.com for such purposes (a program or script is downloaded and starts/stops when needed).
For reverse, you need not just root access to the system, but even the possibility of a root shell. So even with this option it may not work.

V
Vlad Zhivotnev, 2014-05-28
@inkvizitor68sl

Can.
ssh -D 127.0.0.1:4545 [email protected] from Windows
Then look for something like "socks proxy redirector for windows", which will start up on your system and configure it to work through 4545, which you picked up via ssh. I haven’t been under Windows for a long time, I won’t say for sure which one is suitable.
Well, it's better to use native openssh as an ssh client - sshwindows.sourceforge.net

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question