Re: What is the difference between ftp encryption types SSL, TLS, SFTP and SSH ?



On Sunday 17 December 2006 13:00, Marcus Mender stood up and addressed the
masses in /comp.os.linux.misc/ as follows...:

I have seen a couple of different encryption types for ftp connections:

TLS
SSL
SFTP
SSH

Ok, provided an ftp server offers all these types: which type should I
choose to setup the ftp server or to select from the ftp clients view ?

I'm not an expert on encryption, but all of the aforementioned are
variations to the Secure Sockets Layer technology.

TLS is a newer version of SSL - it is more secure. /ssh/ is the SSL/TLS
version of /telnet./ It offers you a remote login to another machine, but
negotiates an encryption before the login occurs, so that password sniffers
would not be any good in trying to obtain a password, whereas /telnet/
sends everything over the network "as is".

/sftp/ is not to be confused with /ftps./ /sftp/ is the built-in FTP server
(or client) of the OpenSSL package. Regular FTP clients don't use this.

Is the security for all these types similar and the difference refers only
different protocols?

Hmm... /ssh/ and /sftp/ are different tools. /SSL/ is the security
technology that contains both /ssh/ and /sftp,/ but it's already becoming
outdated in favor of TLS, which is more secure. Does that answer your
question properly?

What are the pros and cons ?

That question is meaningless, I'm afraid. You seem to be inquiring about a
secure FTP server. A lot of the security of an FTP server depends on how
it is set up - does it allow anonymous logins or not, etc.

You can have /ftps,/ which is similar to /https./ /sftp/ is something else
and works via the SSH server. For my own needs, I would prefer /sftp/
since plain FTP is by nature insecure and very exploitable.

--
With kind regards,

*Aragorn*
(registered GNU/Linux user #223157)
.



Relevant Pages

  • Re: best way to secure an FTP server in IIS 5 and IIS in general ???
    ... How to secure any Windows computer, including IIS: ... > NTFS, just using list folder contents, returns a read error... ... > These questions are in response to having the FTP server hacked and had to ...
    (microsoft.public.inetserver.iis.security)
  • clientless windowsbased sftp / ssh server?
    ... secure ftp server so I can uplode/d-lode school papers and homework ... webserver then I think I can only download from it, ... to establish a secure connection to some sort of server i can build at ...
    (comp.security.ssh)
  • Re: Downloads Fail With IIS 6.0
    ... isn't very secure. ... we would have to rewrite many pages of our web ... > would recommend to set up a FTP server and put that file on it. ... >> appear to download, and show the correct number of pages, but have all blank ...
    (microsoft.public.inetserver.iis)
  • best way to secure an FTP server in IIS 5 and IIS in general ???
    ... What is the best way to secure an FTP server in IIS 5 and IIS in general ??? ... ftp outgoing account with correct virtual directories and associated NTFS ...
    (microsoft.public.inetserver.iis.security)
  • Re: Whats the best and easiest FTP server to use in Debian for a small LAN?
    ... most good applications will avoid lookups if the details are there. ... > Is there a basic and easy to use FTP server to replace wu-ftpd for my ... > huge file transfers in case I need to abort and do it later. ... Consider using the openSSH toolkit if you want to do local (secure) file ...
    (comp.os.linux.networking)