Hello,
I've set up SSH tunneling on my machine with the command:
ssh [username]@[myproxyserver] -D 8080 -N
And I tested it by browsing to ifconfig.me with (I configured tsocks to use the SSH tunnel):
tsocks lynx
Which showed that I was indeed browsing through the SSH tunnel.
I tried to test my Transmission torrent client through the tunnel via the
checkmytorrentip.com test file:
tsocks transmission-cli CheckMyTorrentIP.torrent
However, while Transmission appears to start, I get an error saying:
Quote:
connect: Transport endpoint is not connected
|
And the
checkmytorrentip.com page does not detect my BitTorrent client.
My question is if anyone has experience SSH tunneling the Transmission BitTorrent client with tsocks, and if it is possible, how should I do it?
Thanks!