Search the Community
Showing results for tags 'ubuntu 20.04'.
Found 2 results
-
Hi, I'm trying to understand how to SSH into a server (like a DO droplet with Ubuntu 20.04, headless), and then activate the VPN. Would I get immediately disconnected? Can I a) make an exception so that only SSH avoids the VPN (like split tunnel?) b) Could I use port forwarding to open port back to my port 22, and assuming I can find the correct IP, I can then do like $: SSH user@airvpnIP -p 65536 ... knowing this goes back to port 22?? tl;dr I don't want my server's IP exposed, but want to SSH into it and run a VPN PS how do I install and run in Ubuntu using Bash only, can't find an easy guide for this?