Operating System - HP-UX
1834645 Members
2549 Online
110069 Solutions
New Discussion

Re: secure resource partions work with sshd

 
yangk
Frequent Advisor

secure resource partions work with sshd

Hi all,

I have set up a srp env, and add the sshd
template,

but it seems that when i use ssh to login into the srp env with root, but it can not login into the srp env, but into the normal system.
Maybe there is something wrong in the configuring the srp env.

So could you help me about it?
2 REPLIES 2
Narasimha Murthy
Occasional Advisor

Re: secure resource partions work with sshd

Did you verify after ssh login the compartment name ? was it init ?

#ssh -l root
..........>8...

After logging in

# getprocxsec
effective= BASIC
permitted= BASIC
retained= BASIC
cmpt= <== srp/cmpt name
euid= zero
#

If its cmpt=init



Believe and Succeed
yangk
Frequent Advisor

Re: secure resource partions work with sshd

Thank you, I have got this solved.