Operating System - HP-UX
1834136 Members
2592 Online
110064 Solutions
New Discussion

Re: customizing login screen while telnet to system

 
SOLVED
Go to solution
Cem Tugrul
Esteemed Contributor

customizing login screen while telnet to system

Hi everbody,
is it possible to put login: and Password:
in a rectangle box shape when users connected to system via any telnet program as below;
i have hp-ux 11i
|---------------|
|Login: |
|Password: |
|---------------|

Our greatest duty in this life is to help others. And please, if you can't
2 REPLIES 2
Mark Grant
Honored Contributor
Solution

Re: customizing login screen while telnet to system

Actually, it is possible but only for serially connected terminals that make use of /etc/gettydefs. In /etc/gettydefs you can alter the text of the login banner. You can put cursor positioning strings and graphics in here. However, as "login" can't know what terminal type you are using, it will only work for one specific terminal type that you use.

I can't remember if HPUX (and I'm not near a box right now) has anything equivalent for non-gettydefs using terminals but if it does, the same strategy could be used. However, I think the work involved might make it a little unworthwhile.
Never preceed any demonstration with anything more predictive than "watch this"
Cem Tugrul
Esteemed Contributor

Re: customizing login screen while telnet to system

Thank's...
Our greatest duty in this life is to help others. And please, if you can't