On Sat, Dec 07, 2002 at 12:28:14PM -0800, Cory Petkovsek wrote: > Finally, there are several secure ftp packages available.
Actually, if you look at (probably the last line of) /etc/ssh/sshd_config, you may see: Subsystem sftp /<path>/<to>/sftp-server In other words, OpenSSH's sshd has a secure ftp service ready to go. The nice thing is, it uses ssh authentication, so the setup is the same as ssh. > Here's one I just found that is GPL'd. It is a standard ftp server, but supposedly >is designed securely and used by some linux sites such as: > ftp\.((redhat|suse)\.com|(debian|openbsd|gnu)\.org) > > http://vsftpd.beasts.org/ Well, this is designed to be a fast and secure way to _server files to the public_. He needs a way to _upload_ securely. If he's using a *nix desktop, gFTP -> http://www.gftp.org/ is a gui ftp client, slightly similar to CuteFTP, that supports OpenSSH sftp. There's also a 'sftp' command that probably comes with the ssh & scp package for your distro. BTW, http://www.openbsd.org/faq/faq8.html#wwwsolaris -- <[EMAIL PROTECTED]> _______________________________________________ Eug-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug
