- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Secure FTP configuration
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
Forums
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
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
тАО01-14-2004 01:10 AM
тАО01-14-2004 01:10 AM
Connected to 10.20.30.40.
220 abc123 FTP server (Version wu-2.6.1-18) ready.
Name (10.20.30.40:root): root
331 Password required for root.
Password:
530 Login incorrect.
Login failed.
How can I solve this problem??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 01:16 AM
тАО01-14-2004 01:16 AM
Re: Secure FTP configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 01:17 AM
тАО01-14-2004 01:17 AM
Re: Secure FTP configuration
check /etc/ftpuser file it contains name of users who can not do ftp.
if root is listed there please # it.
have a look on this
http://www.die.net/doc/linux/man/man5/ftpusers.5.html
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 01:33 AM
тАО01-14-2004 01:33 AM
SolutionIt can not be made secure for one good reason: it does authenticiation in clear text. If you log into it remotely from halfway across the world, the root password is going to go back and forth in clear text.
Intercepting it is a trivial matter.
By default RH 7.2 disables root ftp access which lowers your exposure to potentially fatal problems. That configuration in wu-ftpd is in the ftpusers file, which you've already gotten some good posts on.
wu-ftpd has nothing to do with secure ftp(sftp)
That is part of openssh.
The Red Hat media you used to make that server 7.2 has openssh client and openssh server 3.0 or 3.1 on it.
Install those two apps and dependencies and you are in the scure ftp business. ssh uses encrypted authentication and root sftp access can be used safely.
See attached doc on password free access.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 01:33 AM
тАО01-14-2004 01:33 AM
Re: Secure FTP configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 01:38 AM
тАО01-14-2004 01:38 AM
Re: Secure FTP configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 02:11 AM
тАО01-14-2004 02:11 AM
Re: Secure FTP configuration
If you would connect via sftp to your account myname on host1, then use the command:
sftp myname@host1
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 02:25 AM
тАО01-14-2004 02:25 AM
Re: Secure FTP configuration
"$ sftp name@host"
The one draw back to this is your giving them access to the server by giving them shell access. You can limit the access with a change root jail.
http://www.coding-zone.com/chroot-sftp.phtml
http://chrootssh.sourceforge.net/docs/chrootedsftp.html#Build
Hope this helps and good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2004 02:33 AM
тАО01-14-2004 02:33 AM
Re: Secure FTP configuration
http://www.openssh.org
There is some doc at http://www.tldp.org
HP-UX documentation on SEcure Shell(which is openssh) is also useful. search manuals for Secure Shell in the itrc search screen for more information.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com