Tim Chorney <libertyinperil@xxxxxxxxx> writes: > When asked how to run Filezilla through Tor to protect website > passwords, Tim Kosse of Filezilla advised I should âuse FTP over TLS > (FTPS) or SSH File Transfer Protocol (SFTP) to connect to your serverâ > since âIf you're using plain FTP together with Tor, then the password > is still being transmitted unencrypted over the internet to the > server.â How, precisely, do I do this? â I don't have Mr. Kosse's > expertise. Can you help? Thanks Is your problem (i) how to tunnel the FTP stream through Tor or (ii) how to use TLS / SSL with FTP? (i) In FileZilla, select "Edit" -> "Settings" and then under "Connection" -> "Generic Proxy". There, select "SOCKS 5" and -- if you have the default settings for Tor -- enter "localhost" for the proxy host and 9050 for the proxy port. Alternatively, you could try to start FileZilla from the command line via torsocks if you want a one-time thing: $ torsocks filezilla (ii) There are two types of FTP+TLS: implicit and explicit mode. The latter is more common today. You'll have to find out what your FTP server offers. If you are unlucky, it offers neither of them and you cannot use TLS unless you convince the admin to add support for it. To open an FTP connection with explicit TLS encryption from FileZilla, simply prefix the host name with the string 'ftpes://'. So, to connect to the server at 'ftp.example.com', you'd type 'ftpes://ftp.example.com' into the "Host" field of FileZilla. That's it. Using Tor and end-to-end encryption via TLS are two orthogonal security measures and you can combine them in any of the four possible ways that makes most sense for you. Unfortunately, it seems that some FTP servers are blocking IPs that appear bogous to them, which traffic originating from Tor might do. vsftpd seems to do that so, sadely, I could not even connect to my own server when I tried the above instructions a minute ago. I will look into changing this in the vsftpd config when I have time for it. Happy Hacking Moritz -- OpenPGP: Public Key: http://openpgp.klammler.eu Fingerprint: 80C1 EC79 B554 3D84 0A35 A728 7057 B288 CE61 2235
Attachment:
pgppSreJ_u2u3.pgp
Description: PGP signature
-- tor-talk mailing list - tor-talk@xxxxxxxxxxxxxxxxxxxx To unsubscribe or change other settings go to https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk