Operating System - HP-UX
1847225 Members
2145 Online
110263 Solutions
New Discussion

Telnet "root login refused on this terminal" error

 
Manuel G
Frequent Advisor

Telnet "root login refused on this terminal" error

Hi all:

We can??t telnet from a PC into a system.

Error message is: "root login refused on this terminal".

Can anyone help?

Thanks.
4 REPLIES 4
U.SivaKumar_2
Honored Contributor

Re: Telnet "root login refused on this terminal" error

hi,
do this from console.
#mv /etc/securetty /etc/sec.old

regards,
U.SivaKumar
Innovations are made when conventions are broken
Michael Tully
Honored Contributor

Re: Telnet "root login refused on this terminal" error

Check to see if your /var/adm/inetd.sec file has any limitations for a particular subnet.

Logging in as root other than from the console is a security hazard anyway. you should login as your own userid and where possible use 'sudo' to create or make changes as 'root'. Also check the /etc/securetty file.
Anyone for a Mutiny ?
Darren Prior
Honored Contributor

Re: Telnet "root login refused on this terminal" error

Hi,

If the system is trusted, then check to see if /tcb/files/devassign has been setup to only allow certain accounts on a given port.

Otherwise - do you have any 3rd party security products as the error message you quote is different to what I'd expect if you had a securetty in place.

regards,

Darren.
Calm down. It's only ones and zeros...
Ravi_8
Honored Contributor

Re: Telnet "root login refused on this terminal" error

Hi,

console entry will be made in /etc/securetty file, which allows root login only on console not from anywhere else.
So #rm /etc/securetty
will work.
never give up