Re: Best FTP software for Ubuntu was: Web Commerce



On 10/23/2008 10:00 AM, CLIFFORD ILKAY wrote:
[snip]

Yes, don't use ftp. Use scp or sftp with key-based authentication.
Particularly on a system on which you're going to be doing e-commerce,
there is no reason to use ftp and expose your ftp password, which for
many people because they don't know any better, is the same as their
user account password.

Others have suggested ftp-based mirroring software to synchronize your
machine with another host. Don't do that either. Use rsync over ssh.

Here is an article I wrote for our hosting clients, most of whom are
running Windows
<http://dinamis.com/support/a-secure-replacement-for-ftp>. OS X and
Linux have ssh and scp installed by default in most cases. There are GUI
front-ends to both protocols on all the major operating systems, if you
need them.


Nice article.

However be aware that gftp (as recommended in this thread) supports
sftp; all you need to do is select SSH2 instead of FTP. Your connection
will be established via sftp - example from an actual gftp log w/user
and remote site obscured for obvious reasons:

Opening SSH connection to <remotesite>
Running program ssh -e none -l <user> -p 22 <remotesite> -s sftp
3: Protocol Initialization
<user>@<remotesite>'s password:
3: Protocol version 3
Successfully logged into SSH server <remotesite>


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Secure file transfer
    ... We're talking about SFTP, which is a variant how to use SSH to secure the ... FTP protocol. ... is it better to use AUTH SSL or SSH/SFTP?" ...
    (comp.security.misc)
  • Re: Secure file transfer
    ... We're talking about SFTP, which is a variant how to use SSH to secure the ... FTP protocol. ... "FTP over SSH" is the protection of the command channel. ...
    (comp.security.misc)
  • Re: Simple file sharing between FC2 and Mac OS X?
    ... > SSH should work great but you'd need a real user account on her machine. ... I use Nautilus with SFTP to ... > transfer files to/from my laptop, web server, etc. ... > ftp server, or both. ...
    (Fedora)
  • SFTP with no SSH session
    ... Suppose someone has telnet and FTP access to his System. ... suppose I have SSH and SFTP access to my system. ...
    (comp.security.ssh)
  • Re: Backup?
    ... Zur Verfügung stehen FTP, SSH, SCP und RSYNC. ... Es geht auch mit SSH oder SCP. ... welche Daten bereits per FTP übertragen wurden? ...
    (de.comp.os.unix.linux.misc)