http://oi45tmbel5syg4uet4t2fg6ipfu22ewfb4dfgpeckarn3qtv3pwq.b32.i2p/tips.html
In general, you should mentally classify the servers you connect to into 'OK to be correlated to each other' and 'must stay
anonymous' categories, and disallow public key authentication (or use per-server unique keys) for those in the second category. For example, if you use OpenSSH's sftp to connect to the chest via a local tunnel at port 5022, disable public-key authentication like this: sftp -v -P 5022 -o PubkeyAuthentication=no
[email protected] It is possible to set per-host...