- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp and telnet restrict
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
05-28-2002 10:03 PM
05-28-2002 10:03 PM
ftp and telnet restrict
I want to make user (not anonymous or guest).
A user has only priveledge of ftp; this user canot upload or telnet .
B user has A's priveledge plus upload (in other word this user can down and upload but can't telnet )
C user has only use telnet(this user can't ftp)
How configure or have some exam?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2002 10:18 PM
05-28-2002 10:18 PM
Re: ftp and telnet restrict
1. Have a look here: http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/wu_ftpd-2.6.1/
2. Set up /usr/bin/false as the users default shell
3. telnet user:
Make sure the user has an entry in /etc/ftpd/ftpusers There is a man page for this
HTH
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 12:45 AM
05-29-2002 12:45 AM
Re: ftp and telnet restrict
Regards, Klaus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 04:39 AM
05-29-2002 04:39 AM
Re: ftp and telnet restrict
If you are using 11.0 or above, try ftpaccess. Do man ftpaccess to learn more about it. Take a look at the thread below on how to configure ftpaccess,
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=500000000092476
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2002 04:53 AM
05-29-2002 04:53 AM
Re: ftp and telnet restrict
Here's one thread on the subject:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd5ab53921f1ad5118fef0090279cd0f9,00.html
Now for restricting certain users from telnet or from ftp..I would probably define something like that in my ~/inetd.sec file with:
telnet deny
ftp deny
Just a thought,
Rita