HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- about wu-ftp server
Operating System - Linux
1827756
Members
2932
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
08-11-2004 02:23 PM
08-11-2004 02:23 PM
now my ftp Server is wu-ftp
but root can't ftp it
why?
in /etc/ftpaccess file
there are several entries:
deny-uid %-99 %65534-
deny-gid %-99 %65534-
allow-uid ftp
allow-gid ftp
what's the meaning of these entries
thanks in advance!
but root can't ftp it
why?
in /etc/ftpaccess file
there are several entries:
deny-uid %-99 %65534-
deny-gid %-99 %65534-
allow-uid ftp
allow-gid ftp
what's the meaning of these entries
thanks in advance!
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 02:31 PM
08-11-2004 02:31 PM
Re: about wu-ftp server
deny any UID or GID below 100, and above 65534, unless they have the speicific UID or GID 'ftp'.
i.e. deny root FTP access.
Allowing FTP root access is a good security hole which can be easily abused, especially on a public network.
i.e. deny root FTP access.
Allowing FTP root access is a good security hole which can be easily abused, especially on a public network.
One long-haired git at your service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 05:40 PM
08-11-2004 05:40 PM
Solution
There is a reason Linux ships with root access blocked.
It is the kids that try thosands of ftp root logins with common passwords hoping they can guess your password.
Once they get your root password they own your system. They can send spam, they can wipe it out, they can do anything.
ftp is inherently unsafe because its authentication goes across public networks in clear text.
That means if you enable root ftp and use it across the public Internet, anyone can get your root password. I've had the same thing happen with telnet which has the same authentication problem.
So, designate a user id don't give it root priviledge and use it as roots slave to do all of your ftp work.
SEP
It is the kids that try thosands of ftp root logins with common passwords hoping they can guess your password.
Once they get your root password they own your system. They can send spam, they can wipe it out, they can do anything.
ftp is inherently unsafe because its authentication goes across public networks in clear text.
That means if you enable root ftp and use it across the public Internet, anyone can get your root password. I've had the same thing happen with telnet which has the same authentication problem.
So, designate a user id don't give it root priviledge and use it as roots slave to do all of your ftp work.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP