Comment on Spiped + SSH = Secure ProxyparentComments−morgante12yI don't understand what advantage this has over just doing: ssh -D8080 username@server.nameI used to do precisely that, but I think spiped has two major advantages:1. It is more resilient on a flaky connection.2. I trust the security of its codebase more than SSH, both due to its smaller footprint and cperciva's reputation.
Comments
I used to do precisely that, but I think spiped has two major advantages:
1. It is more resilient on a flaky connection.
2. I trust the security of its codebase more than SSH, both due to its smaller footprint and cperciva's reputation.