- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: How I can not ftp using root user on Redhat 8....
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
тАО10-23-2003 01:52 PM
тАО10-23-2003 01:52 PM
How I can not ftp using root user on Redhat 8.0 Wu-Ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 01:57 PM
тАО10-23-2003 01:57 PM
Re: How I can not ftp using root user on Redhat 8.0 Wu-Ftp
wuFTPd under RedHat uses PAM for security. If you take a look at '/etc/pam.d/ftp', you'll see the first 'auth' line is a 'deny' for people listed in '/etc/ftpusers'.
'root' is the first entry in this file. If you really want to be able to ftp in as the root user, then remove 'root' from this file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 02:11 PM
тАО10-23-2003 02:11 PM
Re: How I can not ftp using root user on Redhat 8.0 Wu-Ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 02:50 PM
тАО10-23-2003 02:50 PM
Re: How I can not ftp using root user on Redhat 8.0 Wu-Ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 03:14 PM
тАО10-23-2003 03:14 PM
Re: How I can not ftp using root user on Redhat 8.0 Wu-Ftp
ftp transmits passwords back and forth in clear text. With no priviledges and a pc I could sniff your network and get the root password off one ftp login if you do this.
Stuart gave you a solution and thats worth 10 points.
I propose an alternative solution thats a bit harder.
Install openssh. That will give root secure sftp access.
http://www.redhat.com for the rpms or http://openssh.org for the source code if you like compiling stuff.
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
тАО10-23-2003 03:40 PM
тАО10-23-2003 03:40 PM
Re: How I can not ftp using root user on Redhat 8.0 Wu-Ftp
Or restart ftp service ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 04:20 PM
тАО10-23-2003 04:20 PM
Re: How I can not ftp using root user on Redhat 8.0 Wu-Ftp
I don't have an RH8 box with wu-ftpd here to test further I'm afraid.
Other than ensuring you are using the right redentials (user/pass), I can't help further.
However, SEP is most definately correct in saying that it is most definatly not a secure, or preferred method, especially if you are using root credentials.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 09:26 PM
тАО10-23-2003 09:26 PM
Re: How I can not ftp using root user on Redhat 8.0 Wu-Ftp
You should also edit the file /etc/ftpaccess
append these lines below "allow-gid ftp":
allow-uid root
allow-gid root
and then restart xinetd service:
service xinetd restart
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 11:25 PM
тАО10-23-2003 11:25 PM
Re: How I can not ftp using root user on Redhat 8.0 Wu-Ftp
service xinetd restart
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com