Operating System - HP-UX
1752864 Members
4223 Online
108791 Solutions
New Discussion юеВ

Re: Blocking unwanted services in HPUX

 
ArYa-2
Occasional Contributor

Blocking unwanted services in HPUX

Could some one please let me know the below
Block RSH access
Block Telent Access
Block FTP access
2 REPLIES 2
sujit kumar singh
Honored Contributor

Re: Blocking unwanted services in HPUX

vi /etc/inetd.conf

hash the lines with

telnet
login
ftp


inetd -c

regards
sujit
R.K. #
Honored Contributor

Re: Blocking unwanted services in HPUX

Hi Arya,

You can also put a hash before ftp, telnet, rsh in /etc/services, then do :
#inted -c
Don't fix what ain't broke