Operating System - HP-UX
1833440 Members
3129 Online
110052 Solutions
New Discussion

FTP Strong Authentication

 
SOLVED
Go to solution
Mary Russo
New Member

FTP Strong Authentication

We have a requirement to accomplish FTP strong authentication between our HPUX 10.20 (now, soon to be 11.0) servers behind a firewall and WNT platforms, SUN platforms, and IBM mainframes of which most will be behind firewalls. I have heard of a technology called S/Key or MD5 which runs in UNIX and hopefully on INTEL and IBM platforms which we could possibly explore using. Does HPUX have it available for download? If not, is it in the public domain? If not, any help on what vendor has it? Many thanx!
3 REPLIES 3
Ralf Hildebrandt
Valued Contributor

Re: FTP Strong Authentication

Ditch FTP. It has no provisions for strong authentication, against connection hijacking or eavesdropping.

The correct solution is to use SSH, SFTP, SCP or rsync over ssh.

Read:
http://www.securityportal.com/cover/coverstory20000814.html
Postfix/BIND/Security/IDS/Scanner, you name it...
Mike Brown_3
Frequent Advisor

Re: FTP Strong Authentication

I tend to agree with Ralf above, but having used s/key on Unix in the past, I still believe it to be a serious alternative.
To find out what it is, how to use it and where to get it from, please try;
http://lheawww.gsfc.nasa.gov/~srr/skey_info.html or
http://ciac.llnl.gov/ciac/ToolsUnixAuth.html#Skey
There's no substitute for experience
Brian Markus
Valued Contributor
Solution

Re: FTP Strong Authentication

I use sftp that comes with SSH. I have it running on my 10.20 and 11.0 platforms. It's runs just like SSH but for ftp transfers.
http://www.ssh.com

Hope this helps

Brian
When a sys-admin say's maybe, they don't mean 'yes'!