- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: managing TCP/IP-Tools on per user level
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
06-29-2001 03:49 AM
06-29-2001 03:49 AM
managing TCP/IP-Tools on per user level
is it possible to allow or disable for all configured users the usage of ftp, tftp, telnet, rlogin, remsh, rcp etc under HPUX-11.00?
Regards:
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 04:07 AM
06-29-2001 04:07 AM
Re: managing TCP/IP-Tools on per user level
For ftp you can use /etc/ftpusers. For others
services I don't know how to do at user level.
See /var/adm/inetd.sec for network level.
HTH
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 04:43 AM
06-29-2001 04:43 AM
Re: managing TCP/IP-Tools on per user level
/var/adm/inetd.sec allows management only at host-level:
I don't think that you can entry usernames there...?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 07:18 AM
06-29-2001 07:18 AM
Re: managing TCP/IP-Tools on per user level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 11:43 AM
06-29-2001 11:43 AM
Re: managing TCP/IP-Tools on per user level
where can I get tcp_wrappers (exe or source) for HPUX-11.00?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 02:27 PM
06-29-2001 02:27 PM
Re: managing TCP/IP-Tools on per user level
You can get tcp_wrappers from here:
ftp://ftp.porcupine.org/pub/security/index.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2001 08:49 PM
07-01-2001 08:49 PM
Re: managing TCP/IP-Tools on per user level
the tools. For outgoing use you can restict the access
privileges of tools. A command like
chmod 750 `which ftp`
will disable use of the command for most users. mode
700 will allow only the owner to execute the command.
Firewalls can be used to limit the reach of these commands.