Enable telnet as root to 11.31 non-trusted system?


 
Thread Tools Search this Thread
Operating Systems HP-UX Enable telnet as root to 11.31 non-trusted system?
# 1  
Old 11-14-2011
[Solved] Enable telnet as root to 11.31 non-trusted system?

I have a new box that was set up for me and I want to allow telnet to the box as root. I know that it's not secure but due to the nature of what I test I need an easy and reliable way back in if I've messed up the other connection methods(SSH). This is in a protected lab environment. Eventually I'll get sudo setup but I'm not ready for that now.

I can telnet as a regular user and then su to root just fine.
I cannot "telnet remote_server" as root user.
I cannot "telnet localhost" as root user.
I did not have an /etc/securetty file. I tried creating one with "console" in it to see if I could then get in via localhost but it didn't help.
I tried "/usr/lbin/modprpw -k root" and got the message "System is not trusted".
hosts.allow and hosts.deny are both commented out.

Most of the search results I get are about how to disable telnet for root but I have the opposite problem. Where else can I look or what can I do?
# 2  
Old 11-14-2011
I don't suppose the system has a serial port?
# 3  
Old 11-14-2011
Quote:
Originally Posted by Corona688
I don't suppose the system has a serial port?
Actually, I don't know for sure. I don't think so but even if it did, if you were thinking about using that as a method of access I wouldn't be able to do it. The machine sits in the lab but I don't. Thanks for your idea though.
# 4  
Old 11-15-2011
You should have a lanconsole option... it may need to be configured though (preferably on another lan like an administration lan... ask your network team for a VLAN...). Remove the hosts.allow hosts.deny files (or mv them elsewhere ) while configuring they are maybe the culprits...
This User Gave Thanks to vbe For This Post:
# 5  
Old 11-15-2011
I need to be able to connect via telnet from a remote workstation and login as root. Period. Moving /etc/hosts.allow and /etc/hosts.deny unfortunately didn't help.
# 6  
Old 11-15-2011
The trouble you have getting it working calls 'simple and reliable' into serious question.
# 7  
Old 11-15-2011
Do you have a inetd.sec file ? (I configure such file on the HP boxes I administer...)
This User Gave Thanks to vbe For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Converting system to trusted

Hi, I need to convert few HP-UX (V 11.31) machines from un-trusted to trusted. I used the HP SMH to do this on one server. However when I click on "Yes" to proceed with the conversion, I get this error : The attempt to convert this system to a trusted system failed. The command return value... (2 Replies)
Discussion started by: anaigini45
2 Replies

2. HP-UX

HP-UX revert from trusted system to default

All, I have inherited some software that is running on HP-HX 11.11. The software ofers a GUI login and the user passwords can be either internal to the software, user defined or based on the matching unix account. The problem I have is that the server has been converted to 'trusted' years... (7 Replies)
Discussion started by: rbatte1
7 Replies

3. Solaris

SSH enable, Telnet disable ...

Hi... How do I enable SSH and disable telnet.. Also - is there anything special I need to do to ensure that a new user can use ssh and su but not telnet? Adel (15 Replies)
Discussion started by: ArabOracle.com
15 Replies

4. HP-UX

shadowed password file on non-trusted system?

Is it possible to have shadowed password file without implementing a Trusted System? (3 Replies)
Discussion started by: linuxdude
3 Replies

5. Linux

How to Enable TELNET for root user

How to Enable TELNET for root user in Linux. (3 Replies)
Discussion started by: sakthi_13
3 Replies

6. HP-UX

Trusted system: Please Help.

I was playing with sam and i turned on the Trusted System feature (UX11i). Now i cant log onto it anymore, i can ping it, but icant telnet, rlogin or login at the login screen. I dont want to reboot my machine because i am affraid it wont boot and ask for a password. My root password is not... (1 Reply)
Discussion started by: Netghost
1 Replies

7. HP-UX

Re-enabling a locked root account on Trusted HP-UX

I knew I had had seen this somewhere:Q: How can I re-enable my root account when I typed in my password wrong 3 times and the account got disabled? A: When your HP-UX system is in the more secure "trusted system" mode, your account is automatically disabled after you have entered your password... (0 Replies)
Discussion started by: Perderabo
0 Replies

8. Cybersecurity

lost root password using (SAM) trusted security

I have used the system administration management trusted security system and in the process the root password have been changed or lost. Is there any possible way to recover root status after this incident:( (5 Replies)
Discussion started by: jordanrt
5 Replies

9. Linux

ftp telnet enable

hi , i have jsut installed linux 9.0 , but i can not ftp or telnet to the system . i have installed the ftp and the telnet server during installation . i have also configured the files to enable the ftp and telnet , the ftp and the telnet daemons are running , but when i do ftp : ftp... (1 Reply)
Discussion started by: ppass
1 Replies
Login or Register to Ask a Question