Use your VPS to hide local IP address + Bonus: alias examples + limit RAM and CPU usage + script to download youtube and playlist
I am lazy to translate to Serbian, IT commands explanations are better in English, this is small tutorial while I edit and publish videos and news from protest 16th august and other days….
So, if you want to use your remote server to hide your real local IP…. it is one minute job, you don’t need VPN.
Most VPN are owned by shell and offshore companies and real hidden owners are security companies that profited from state departments, they can not be trusted. They just sell story about privacy.
So, in my example, I disabled password login on my server and I am using ssh key, for example like this:
sudo ssh -i ~/.ssh/berlin/id_ed25519 root@111.22.133.60
As you can see I created special folder berlin for my server ssh key and it will ask for password when I use this command.
if you use only password for your server just use it without command for key “-i …519”


