- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help! I've broken 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
Forums
Discussions
Discussions
Discussions
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
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-15-2003 03:47 PM
01-15-2003 03:47 PM
I have been ordered to make ftp more secure. It's supposed to not show the version and issue a warning message. I have that part working but now nobody can use ftp. What did I do wrong?
Every login is invalid; I can't even run ftp as root.
TIA, Kris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 03:50 PM
01-15-2003 03:50 PM
SolutionI assume that you added an ftpaccess that looks something like this and added the -a option to ftpd in /etc/inetd.conf:
suppressversion yes
banner /etc/issue
My best guess is that you need to add a class entry to your ftpaccess file as well.
At a minimum something like:
class realusers real *
Add that and see if you can now use ftp. You may want a more restrictive addrglob than '*'.
Man ftpasccess for details.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 03:52 PM
01-15-2003 03:52 PM
Re: Help! I've broken ftp!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 03:54 PM
01-15-2003 03:54 PM
Re: Help! I've broken ftp!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 04:05 PM
01-15-2003 04:05 PM
Re: Help! I've broken ftp!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 04:07 PM
01-15-2003 04:07 PM
Re: Help! I've broken ftp!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 04:11 PM
01-15-2003 04:11 PM
Re: Help! I've broken ftp!!!
That worked a treat! FTP now allows me to login.
Thanks a bunch for the quick help
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 04:11 PM
01-15-2003 04:11 PM
Re: Help! I've broken ftp!!!
I agree w/Clay...especially if your ftpusers file is null.
Check /usr/newconfig/etc/ftpd/ftpaccess for the proper way to use the class statement in there. I suspect you're missing it or it's malformed.
Rgds,
Jeff