- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp issue
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
08-14-2003 07:43 PM
08-14-2003 07:43 PM
ftp issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 07:55 PM
08-14-2003 07:55 PM
Re: ftp issue
# cat /etc/ftpd/ftpusers
operator
root (remove it)
daemon
bin
sys
adm
uucp
lp
nuucp
hpdb
www
#
If your /etc/ftpd/ftpusers is blank, insert the other users into it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 07:58 PM
08-14-2003 07:58 PM
Re: ftp issue
Put root entry in
/etc/ftpd/ftpusers file.
Any login name listed in ftpusers is DISABLED from using ftp.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 12:36 AM
08-15-2003 12:36 AM
Re: ftp issue
Just type :-
man ftpusers
man ftpaccess
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 12:58 AM
08-15-2003 12:58 AM
Re: ftp issue
If root is in that file, root can not ftp to that server.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 03:38 AM
08-15-2003 03:38 AM
Re: ftp issue
put in all shells which are used from users.
ie.
# cat /etc/shells
/usr/bin/ksh
/usr/bin/sh
/usr/bin/csh
/usr/bin/tcsh
/usr/local/bin/bash
All these users, who are using these shells are able to do ftp to your system. the root user has always /sbin/sh shell. This shell is missing in /etc/shells in my example so root can not ftp to your system.
If you have more than one root accounts (in some admin areas configured) like this:
root:XXXXXXXXXXX:0:3::/:/sbin/sh
RolandH:XXXXXXXXXXX:0:3::/:/sbin/sh
Then the account RolandH is not able to do ftp to your system, too. You must not add these user to /etc/ftpd/ftpusers.
/etc/shells must have only read rights and shoul belong to root:sys . All others are free to use ftp to this system.
HTH
Roland