1827459 Members
4555 Online
109965 Solutions
New Discussion

switch off ftp

 
SOLVED
Go to solution
Oliver Schmitz
Regular Advisor

switch off ftp

Dear all,

I would like to switch of ftp on my HP-UX 11.11 maschine and likely replace it with sftp.

How to do the first task and where to get a free sftp client?

Thank you very much for some hints on this.

BR,

Oliver
Oliver Schmitz
3 REPLIES 3
T G Manikandan
Honored Contributor

Re: switch off ftp

Install ssh which contains sftp

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

you can then disable ftp by commenting the /etc/services and /etc/inetd.conf for the appropriate entries.

Thanks,
Nguyen Anh Tien
Honored Contributor
Solution

Re: switch off ftp

Let do as follows:
#vi /etc/services
# rem this lines
#ftp 21/tcp # File Transfer Protocol (Control
save and then
#inetd -c
that's all
HTH
tienna
HP is simple
Oliver Schmitz
Regular Advisor

Re: switch off ftp

Thanks for this hints. I switched ftp and some other services off and I hope for a more secure system.

Oliver
Oliver Schmitz