1846744 Members
5260 Online
110256 Solutions
New Discussion

Telnet Login Banner

 
SOLVED
Go to solution
Amit Dixit_2
Regular Advisor

Telnet Login Banner

HI,
I need to configure my own login
screen/banner whenever a user telnet to my
server which file do i have to edit.

Thanks,
Amit
4 REPLIES 4
Volker Borowski
Honored Contributor

Re: Telnet Login Banner

Try

/etc/issue

but I think this one is global to serial terminals as well.

Volker
twang
Honored Contributor

Re: Telnet Login Banner

1. edit /etc/issue
2. edit inetd.conf as follows:
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue
Naveej.K.A
Honored Contributor

Re: Telnet Login Banner

hi amit,

telnetd -b /etc/issue is the key in /etc/inetd.conf
and will display the file /etc/issue before login

with best wishes
Naveej
practice makes a man perfect!!!
Joseph Loo
Honored Contributor
Solution

Re: Telnet Login Banner

hi,

do the following:

# vi /etc/issue
< type in the sort of warning/banner you
would like user to see >
# chmod 444 /etc/issue
so that no one meddle with the banner.

# vi /etc/inetd.conf
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/issue
# inetd -c

regards
(p.s. please remember to assign points.)
what you do not see does not mean you should not believe