Operating System - HP-UX
1836444 Members
2621 Online
110100 Solutions
New Discussion

Trusted System & telnet port ownership

 
Robert Landstrum
Occasional Advisor

Trusted System & telnet port ownership

I set my system up as a trusted system for auditing purposes. But now when you telnet in, you aren't given ownership of your telnet port. It stays the property of root.

Is there a way to change this?
If I thought the answer was easy, I would have called HP.
3 REPLIES 3
John Palmer
Honored Contributor

Re: Trusted System & telnet port ownership

As a matter of interest, why do you want to own the device file?

Regards,

John
CHRIS_ANORUO
Honored Contributor

Re: Trusted System & telnet port ownership

Run insf -d driver in /dev directory, check if the telnetd line
is commented in /etc/inetd.conf and uncomment it. Also,
there might be additional security in /var/adm/inetd.sec
restricting ip addresses from using some processes. Check to
see is the /dev/telnet directory has execute permission for all only.
The owner and group should be bin.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Robert Landstrum
Occasional Advisor

Re: Trusted System & telnet port ownership

Thanks to all who have replied so far, I did get an answer from HP. This is known bug since 1998. They have a workaround where you compile a program to give the port to the proper owner after they login.

SR 5003410720 is the number they assigned to this bug. There is no patch planned.
If I thought the answer was easy, I would have called HP.