1838703 Members
3079 Online
110128 Solutions
New Discussion

Re: Secure FTP

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

Secure FTP

Is there a secure FTP product for HP-UX like vsftp for linux, same functionality and lockdown ability?
UNIX IS GOOD
4 REPLIES 4
Prashant Zanwar_4
Respected Contributor

Re: Secure FTP

Check for open SSH product on net.. it should have sftp too..
We have FSECURE installed in out place..
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Arunvijai_4
Honored Contributor
Solution

Re: Secure FTP

Hello Robert,

You can use SFTP which is part of Secure shell package,

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

And, You can also install ProFTPD and configure it with SSL, ProFTPD is part of Internet Express suite,

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111

http://www.castaglia.org/proftpd/doc/contrib/ProFTPD-mini-HOWTO-TLS.html

-Arun


"A ship in the harbor is safe, but that is not what ships are built for"
Steven E. Protter
Exalted Contributor

Re: Secure FTP

Shalom Robert,

SFTP is part of openssh, which HP repackages as secure shell.

vsftp is a ftp server that uses the plain old clear text authentication that all ftp servers use.

It is possible with kerberos to make ftp secure or even to have openssh listen on port 21.

Secure shell does authentication and transmission of data encrypted and is more secure than vsftpd.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Rick Garland
Honored Contributor

Re: Secure FTP

Secure FTP (sftp) is a better option. Part of the Secure Shell package from HP or download from OpenSSL and roll your own.