A
A
AnGel2017-07-26 15:01:17
SSH
AnGel, 2017-07-26 15:01:17

How to make an ssh tunnel from the server with ovh to mine?

I want to use their DDoS protection for my server, rented a VPS server from them for this. I get carried out all the time udp flag, so this idea arose. I also thought about proxying on nginx, but I don’t want to touch l7, this is an additional load on the server.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2017-07-26
@dtAnGel

An SSH tunnel is also an additional load on the server and is slow.
Look towards GRE.
But if you really want :)
ssh -f -N -L 80:server:80 [email protected]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question