Koneksi SSH anonim

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
Grieving Gaur