- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disabling Anonymouis 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
09-28-2007 07:02 AM
09-28-2007 07:02 AM
Disabling Anonymouis FTP
Can anyone tell me how we *disable* anonymous FTP access on hpux 11.11? Just remove the 'ftp' user? Then what if we wanted to re-enable it?
What's the proper way?
thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 07:44 AM
09-28-2007 07:44 AM
Re: Disabling Anonymouis FTP
In order to permit anonymous FTP, there must be an entry in the
passwd(4) database for an account named ftp. The password field
should be *, the group membership should be guest, and the login shell
should be /usr/bin/false. For example (assuming the guest group ID is
10):
ftp:*:500:10:anonymous ftp:/home/ftp:/usr/bin/false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 07:47 AM
09-28-2007 07:47 AM
Re: Disabling Anonymouis FTP
Simply comment-out the 'tftp' line in '/etc/inetd.conf' and restart the 'inetd' daemon:
# /usr/sbin/inetd -c
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 10:38 AM
09-28-2007 10:38 AM
Re: Disabling Anonymouis FTP
> '/etc/inetd.conf' [...]
For the record, anonymous FTP is different
from trivial FTP (TFTP). It's offered by the
normal FTP server, not by the TFTP server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 11:07 AM
09-28-2007 11:07 AM
Re: Disabling Anonymouis FTP
>Steven: For the record, anonymous FTP is different from trivial FTP (TFTP). It's offered by the normal FTP server, not by the TFTP server.
Yes, you are correct, of course. I need to learn to read :-)
Disregard my orginal answer. See also the 'ftpaccess(4)' manpages, particularly the 'guestserver' configuration.
Regards
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 01:10 PM
09-28-2007 01:10 PM
Re: Disabling Anonymouis FTP
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 08:06 PM
09-28-2007 08:06 PM
Re: Disabling Anonymouis FTP
You can do it creating the /etc/ftpd/ftpusers file and adding a line that exactly match the user account name ftp.
For more information "man ftpusers"
Regards;
J. Bravo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2007 02:26 AM
10-02-2007 02:26 AM