- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- r-services, rcp and logging
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
02-13-2003 06:44 AM
02-13-2003 06:44 AM
Is there a way to log rcp, or any "r" activity ? We have a
mixed blend of HPUX servers,
10.20 & 11, trusted and non-trusted (though we will be trusting most by EOY). Also,
it seems that the only true need we have is the use of rcp. Given that, what services can I turn off, yet still be able to rcp ? And, are there any other r-commands outside of rlogin, remsh and rexec that I should be concerned about ? My intent is to restrict the permissions on such commands.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 06:59 AM
02-13-2003 06:59 AM
SolutionThe /var/adm/inetd.sec i an useful way to allow|deny totally or partially sevareal services including remote shell and remote copy (rcp), both of them are controlled by "shell" statement into te file. Some definitions will be:
shell deny * (all incomming remsh/rcp will be refused)
shell allow 189.5.1.3 (just 189.5.1.3 incomming remsh/rcp are allowed)
Pls obtain more info via "man inetd.sec"
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 07:55 AM
02-13-2003 07:55 AM
Re: r-services, rcp and logging
Any logging capabilities ?
(like ftp, which can log to the syslog)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 08:13 AM
02-13-2003 08:13 AM
Re: r-services, rcp and logging
You need only install the secure shell utilities, and implement it using a document that I wrote. Somehow, I manage to post that document once a day or so here on itrc. You can search for it, or just ask and I'll re-post it.
Good Luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 08:54 AM
02-13-2003 08:54 AM
Re: r-services, rcp and logging
I have read about it in "man remshd" and I have not found any information in this respect. However the service ftp explain this in "man ftpd".
Maybe some local "Guru" have the correct answer.
In any case your points will be grateful!
Best Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 09:01 AM
02-13-2003 09:01 AM
Re: r-services, rcp and logging
In addition to above:
1. The easiest way to apply security politics
on Internet-services is
SAM > Network $ Comm. > System Access
2.Security files for various daemons are:
telnetd: /etc/passwd
ftpd: /etc/ftpusers
/etc/passwd
remshd and rlogind: /etc/hosts.equiv
$HOME/.rhosts
and for inetd: /var/adm/inetd.sec
/etc/services
/etc/inetd.conf
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 11:45 AM
02-13-2003 11:45 AM
Re: r-services, rcp and logging
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 12:24 PM
02-13-2003 12:24 PM
Re: r-services, rcp and logging
have an evaluation copy ready for your download. As always: Google is your friend.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 06:03 PM
02-14-2003 06:03 PM
Re: r-services, rcp and logging
Use OpenSSH on HP-UX 10.20. This is what you need:
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.5p1/
Hope this helps. Regards.
Steven Sim Kok Leong