1836545 Members
2446 Online
110102 Solutions
New Discussion

Re: root login

 
Asif_8
Regular Advisor

root login

Hi !

I am using HP-UX 11i and have this set-back
I just reboot the server now
1. I am not login by root before reboot i do but I login as a normal user then become root

2. I create a new user
# useradd -u 106 -g 104 -c "BEA Weblogix" -d /app/bea -s /usr/bin/ksh -m bea
# passwd bea
I am also not login by bea from console



4 REPLIES 4
Aussan
Respected Contributor

Re: root login

Hi Asif
what is the issue?
are you trying to login as root to the console?
or is it a direct telnet root login?



The tongue weighs practically nothing, but so few people can hold it
Asif_8
Regular Advisor

Re: root login

I try login as root from ssh and telnet
Steven Schweda
Honored Contributor

Re: root login

As usual, it might help to see the actual
commands with their actual output, but you
might look at:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1058393
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=929574

Or try a forum search for something like:

login root

then add "ssh" or "telnet", if needed.
Aussan
Respected Contributor

Re: root login

Asif
is this a trusted system?

do you have root restricted to console only

take a look at
/etc/securetty

if you have console in it, then you can only direct login as root to console
The tongue weighs practically nothing, but so few people can hold it