Re: What is the difference between ftp encryption types SSL, TLS, SFTP and SSH ?
- From: "Nico" <nkadel@xxxxxxxxx>
- Date: 23 Dec 2006 06:53:49 -0800
Ertugrul Soeylemez wrote:
The downside of SFTP is that there is no trusted arbitrator (a CA in
SSL/TLS terminology). This is good for small networks, but very bad for
There's also the lack of control over where the client can see: this is
built into most FTP and HTTP/HTTPS tools, but is most definitely *not*
built into SFTP. The version of SSH from ssh.com may finally support it
well, I haven't had a chance to try that in a while, but the OpenSSH
server does not include anything resembling a real chroot cage. What is
unfortunately labeled as chroot operation is only for a small set of
operations, not general access. So an SFTP client generally has access
to the entire filesystem of any OpenSSH based SFTP server.
This is a very serious access management problem: There have been
various patches and proposals for years to address it, such as those at
http://sourceforge.net/projects/chrootssh/, but they've never been
accepted into the OpenSSH main code line.
If you want normal upload/download, you want client access and GUI
access built into most operating systems, it's really hard to beat
WebDAV over HTTPS.
In short: Prefer SFTP for home networks and small companies; prefer
SSL/TLS for large enterprise networks.
Small companies are also notorious for foolishness such as users with
un-password-protected SSH keys on NFS accessible directories, or on
backup tapes that others can restore from. As much as I love SSH as a
remote access tool, the default client behavior of allowing
passphrase-less keys is a very serious problem. Like the tendency of
Subversion clients to store passphrases in local clear-text, I'd love
to see it disabled by default.
Hmm. You know, that's actually a good feature idea to add as an
ssh_config default option....
.
- Follow-Ups:
- Re: What is the difference between ftp encryption types SSL, TLS, SFTP and SSH ?
- From: Richard E. Silverman
- Re: What is the difference between ftp encryption types SSL, TLS, SFTP and SSH ?
- References:
- Re: What is the difference between ftp encryption types SSL, TLS, SFTP and SSH ?
- From: Ertugrul Soeylemez
- Re: What is the difference between ftp encryption types SSL, TLS, SFTP and SSH ?
- Prev by Date: Transfer Putty Settings From a Windows Putty Client to a Linux Putty Client
- Next by Date: Re: How to change rsync to run upon rsh ?
- Previous by thread: Re: What is the difference between ftp encryption types SSL, TLS, SFTP and SSH ?
- Next by thread: Re: What is the difference between ftp encryption types SSL, TLS, SFTP and SSH ?
- Index(es):
Relevant Pages
|