disabling services

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Eric Thelin
Date:  
Subject: disabling services
On Wed, 5 Jul 2000, Don Harrop wrote:

> BTW, Since /etc/services is aliases ports could you play with that and have
> standard services always go through non standard ports huh? If there were
> someone trying to hack in that would confuse them at least for a little
> while. :-)


No, that wouldn't work since /etc/services is used for connections going
out FROM not incomming. Potentially you could use such a change to make
your users think that you don't provide telnet service to other hosts or
something bizarre like that but it would be much easier (and more
effective) to remove /usr/bin/telnet if you want that effect.

Eric