- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- USER FOR FTP ONLY
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
07-04-2001 04:49 PM
07-04-2001 04:49 PM
USER FOR FTP ONLY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2001 05:54 PM
07-04-2001 05:54 PM
Re: USER FOR FTP ONLY
Check the following link, the information contained here should help you.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x0ea6663ce855d511abcd0090277a778c,00.html
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2001 07:57 PM
07-04-2001 07:57 PM
Re: USER FOR FTP ONLY
You can create a user in the normal way, using sam --> users --> add -->
give the login name --> select the shell as /usr/bin/rsh --- then complete the creation by filling up the rest of the options.
Then edit the .profile of the user's home directory and give an exit command at the end of the file. And ensure that the username is not specified in the file /etc/ftpusers.
That's it , u r done..
Hope this helps..
Cheers !!!
Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2001 10:25 PM
07-04-2001 10:25 PM
Re: USER FOR FTP ONLY
just set the login shell of your ftp-user to /usr/bin/false. This User will never be able to login. He will only be allowed to use ftp.
See also man ftpd, which describes this.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2001 10:26 PM
07-04-2001 10:26 PM
Re: USER FOR FTP ONLY
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2001 11:39 PM
07-04-2001 11:39 PM
Re: USER FOR FTP ONLY
make a entry of the user loginid in ftp.allow file and 'exit' command at the end of .profile file of that user. user account has to be created .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 04:51 AM
07-05-2001 04:51 AM
Re: USER FOR FTP ONLY
man ftpaccess