Anonymous SSH Connection
apt install torsocks torsocks ssh user@server # You can use this for any command torsocks will redirect any network traffic by the given command through tor. Also don't forget to stay anonymous in your Local Area Network by using macchanger apt install macchanger ifconfig ethx down macchanger -r ethx ifconfig ethx up
Here is what the above code is Doing:
1. Install macchanger
2. Turn off the network interface
3. Change the MAC address
4. Turn on the network interface