- Open up terminal
- Copy and paste in the below commands
sudo add-apt-repository ppa:zinglau/obfuscated-openssh sudo apt-get update sudo apt-get upgrade -y
- To verify your ssh client has been updated with obfuscation, type ssh -V. You should see something like below
- Type in the below command. Be sure to add your VPN username (not your email) and the obfuscated password (this will be given to you)
sudo ssh –D 999 [email protected]_server -p 999 -Z obfuscated_password
- Once connected open up the application you would like to setup with port forwarding. Below is an example in Firefox which will forward all browsing traffic on 999 via the server you connected to