1839550 Members
2363 Online
110147 Solutions
New Discussion

server security

 
Alexander Olshansky_1
Occasional Contributor

server security

Hi , all !!!

I would like to disable all connections to server
(Visualize WS): rlogin & telnet .
How would you suggest I do it ?

Your input will be higly appreciated.


alex
2 REPLIES 2
Grant Penness_2
Occasional Advisor

Re: server security

You could look at /var/adm/inetd.sec

this wil enable you to exclude certain (or all) ip addresses for (as you say)
telnet , rlogin etc.

hope this helps.
Evan Day_1
Frequent Advisor

Re: server security

If you want to turn telnet and rlogin off completely, comment out the telnet
and login lines in /etc/inetd.conf and then run inetd -c to force it to reload
the configuration file.

-Evan