Operating System - HP-UX
1835077 Members
2516 Online
110073 Solutions
New Discussion

Adding functionalities to rlogind

 
Jerome Bellet
Advisor

Adding functionalities to rlogind

Hi all!

I would like HP-UX to ask a question to each user who rlogins to an HP box.
At first look a proper reference in inetd.conf to a script that asks this question, in replacement to the reference to rlogind, should do the task.
But it does not seem to be so easy.

Any idea?
TIA, Jerome

PS: It should also work with telnetd.
2 REPLIES 2
Albert E. Whale, CISSP
Honored Contributor

Re: Adding functionalities to rlogind

Jerome,

It should in fact be that easy. Btw, what question would you be asking the user? If you want to limit the access to specific addresses, well that's been done.

Essentially the inetd listens on ports to launch applications. However, rlogin was intended to be used for 'secure' remote access, in an almost trusted environment.

Hope that helps.
Sr. Systems Consultant @ ABS Computer Technology, Inc. http://www.abs-comptech.com/aewhale.html & http://www.ancegroup.com
Jerome Bellet
Advisor

Re: Adding functionalities to rlogind

I would like to ask the user the purpose of his login (before or after his remote session), then store his answer in a log file.