- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: configuration of rexec
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-21-2006 09:36 PM
05-21-2006 09:36 PM
bv-Control for Internet Security has found the rexec service running. rexecd (TCP-based remote execution) is a way of executing commands on a remote machine. In rexecd's default configuration, it requires no authentication to execute commands.
Recommendation: You should change the default configuration of rexec to allow authentication.
soo please help me , how can i change the default configuration of rexec
thank you sooo much
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 09:42 PM
05-21-2006 09:42 PM
Re: configuration of rexec
Why don't you use ssh (Secure Shell).
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 10:13 PM
05-21-2006 10:13 PM
Re: configuration of rexec
do you think when we use ssh (Secure Shell), it will solve this problem ??
How ??
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 10:19 PM
05-21-2006 10:19 PM
Re: configuration of rexec
empty /etc/host.equiv and all the .rhosts file on the hosts and it will remove the trust relation.
after that, password require everytime using the "remote" cmd ... such as rlogin, remsh, rexec...
to find the .rhosts
# find / -name .rhosts -exec ls -l {} \;
to empty it
# > .rhosts
cut from the man page.
WARNINGS:
For security reasons, the /etc/hosts.equiv and .rhosts files should exist, even if empty, and they should be readable and writable only by the owner.
Note also that all information, including any passwords asked for, is passed unencrypted between the two hosts.
GOOD LUCK!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 10:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 10:53 PM
05-21-2006 10:53 PM
Re: configuration of rexec
As suggested by other Warren & Raj do that, if you need secured remote shell use the ssh products. Nowadays this products replaced all r* commands like rcp, remsh etc.
Please find SSH details
1. http://docs.hp.com/en/T1471-90005/ch01s02.html
2. Similar question
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1016331
Chan