1753794 Members
7175 Online
108799 Solutions
New Discussion юеВ

login banner

 
SOLVED
Go to solution
Kenan Erdey
Honored Contributor

login banner

hi,

i want to change telnet login banner for some security reasons. how can i do this ?
thanks.
Computers have lots of memory but no imagination
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: login banner

Hi Kenan:

Edit '/etc/inetd.conf' to lool like:

telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/msgs/bann
er

Place your message in '/etc/msgs/banner'.

Now, recycle 'inetd' thusyly:

# /usr/sbin/inetd -c

Regards!

...JRF..
Ivan Ferreira
Honored Contributor

Re: login banner

Other Unix/Linux implementations use /etc/issue.net as the banner file, so, you could specify that name as the filename for your telnetd banner file as described above, just to follow some kind of standard.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Kenan Erdey
Honored Contributor

Re: login banner

thanks.
Computers have lots of memory but no imagination