- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: howto set up secure ftp?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 01:47 PM
тАО03-01-2002 01:47 PM
I've look at wu-ftp, and it doesn't seem so secure, password authentication is done in plain text. Does anyone one out there have any suggestion for secure ftp on RH Linux platform? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2002 01:57 PM
тАО03-01-2002 01:57 PM
SolutionThere is a FTP work alike called SFTP that comes with the Secure Shell (ssh) packages. One open source distro for that is http://www.openssh.org
The down side is that to use sftp, you have to connect with sftp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2002 08:35 PM
тАО03-11-2002 08:35 PM
Re: howto set up secure ftp?
1.) If you're strictly worried about usernames and password getting sniffed, and your environment supports it, I would recommend looking at gssftp/kerberized ftp. This is part of the krb5-workstation package from Red Hat. This way at least your username/password will not be passed as plain text.
2.) If you can't user kerberos, I recommend dumping ftp all together and going with ssh. True, the encryption/unencryption overheads are somewhat of a burden on the host cpu(s), but other than this ssh is a wonderful tool (and with today's CPU speeds, there's really no excuse). If you're familiar with the 'r'-tools, you'll appreciate ssh. If all you want to do is transfer files and not offer a shell, look into the "scp" command. Ssh allows for use of RSA and DSA keys, so if users choose to (after reading about the security implications) they can use public/private host key pairs to move data around without ever typing in a username or password. Handy for system administrators also.
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2002 06:40 AM
тАО03-12-2002 06:40 AM
Re: howto set up secure ftp?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2002 07:26 PM
тАО03-12-2002 07:26 PM
Re: howto set up secure ftp?
hth.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2002 06:42 AM
тАО03-13-2002 06:42 AM
Re: howto set up secure ftp?
As for the actual kerberized ftp server, I would look at /usr/share/doc/krb5-workstation-1.x.x/ and /usr/share/doc/krb5-server-1.x.x (on a red hat distro). Or read through the docs on the mit page above.
After reading a little, it looks like the actual data connection via kerberized ftp can be encrypted. This could be very useful, but probably a little slower.
Oh, you can use ssh from windows. There are several programs out there , such as my favorite SecureCRT, that allow you to transfer data using "sz" and "rz". If you're supporting a larg org., I would seriously look into kerberos though.
If you can't get hold of any of the red hat docs, let me know and I'll email them to you.
Good luck.
~Chris