- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rlogin and security
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
01-04-2002 10:34 AM
01-04-2002 10:34 AM
rlogin and security
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:38 AM
01-04-2002 10:38 AM
Re: rlogin and security
Don't think something like that is possible.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:41 AM
01-04-2002 10:41 AM
Re: rlogin and security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:42 AM
01-04-2002 10:42 AM
Re: rlogin and security
I don't think it is possible to do this. You may have to look in to the security procedures. Reduce the securtiy level of your remote systems and try performing your jobs.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:47 AM
01-04-2002 10:47 AM
Re: rlogin and security
If the systems are securely locked down, you can't get in to do what you want but you can look into alternative solutions to your issue. I strongly suggest ssh. Anything you could do with the "r" utilities can be done with ssh and much more securely.
That's what we did at my last job with the blessings of the security dept. I strongly advise against "turning off security" for any time to be able to run any tasks, administrative or otherwise.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:51 AM
01-04-2002 10:51 AM
Re: rlogin and security
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:04 AM
01-04-2002 11:04 AM
Re: rlogin and security
ssh is the best option youre going to find since you have a high level of security turned on with respect to /etc/securetty and other functions locked down.
ssh is quite friendly and capable of handling some of what you want to do.
BTW what kind of daily task are you doing, and is it something that can be scripted and run in cron for a certain point in time and then have the results emailed to you using the root mail?