- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ServiceGuard and denying Root-Login through /etc/s...
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
03-09-2006 09:55 PM
03-09-2006 09:55 PM
We have a 6 Node Cluster that still uses rlogin/rsc/rexec at the moment.
Thing one is that we want to change this to SSH. I understand this is done by setting Parameters in the Clusterconfig and restarting the Cluster.
Thing two is that we want do disable root-Logins by putting console in /etc/securetty.
Question is, will putting console in /etc/securetty affect the Cluster Funcionality once we changed it to SSH ? Im not entirely familir to how the Cluster uses Remote-Logins thus the Question here.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 09:59 PM
03-09-2006 09:59 PM
Re: ServiceGuard and denying Root-Login through /etc/securetty
SG has a nodelist function that replaces rsh for access. As far as I knew SG did not depend on ssh.
For ssh you could exchange public keys and that would probably help with remote login issues. Exchanging public keys is better than changing securetty in this situation.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 10:08 PM
03-09-2006 10:08 PM
SolutionIt has nothing to do with /etc/securetty, and also you can not use ssh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 10:21 PM
03-09-2006 10:21 PM
Re: ServiceGuard and denying Root-Login through /etc/securetty
My /etc/securetty:
console
In cluster_configuration_file:
USER_NAME user_operator
USER_HOST CLUSTER_MEMBER_NODE
USER_ROLE pkg_admin
I not defined root user, and all ok.
for remote root commands, I use "ssh"
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 10:24 PM
03-09-2006 10:24 PM
Re: ServiceGuard and denying Root-Login through /etc/securetty
I can only remember from installing one SG Cluster a while back that it needed the .rhosts Entries but i wasnt really sure how the Cluster uses that during normal Operations.
Ive looked through the ServiceGuard Security Files Document now and the Access Policies are described there. Basically on a User and Host Basis.
In any Case i still need to put console in /etc/securetty. Thing is the somewhat weird requirements for those systems as R-Services and Telnet need to be active and we just wanna make sure that root cannot login through those. The only concern was that the Cluster might not work properly once we make the changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 06:58 PM
03-12-2006 06:58 PM
Re: ServiceGuard and denying Root-Login through /etc/securetty
-rw-r----- 1 root sys 410 Oct 4 2004 cmclnodelist
# cat /etc/cmcluster/cmclnodelist
node1 root
node2 root
...
node1 operator_user
node2 operador_user
Copy file "cmclnodelist" to node1 and node2
ran