- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to install secure FTP in HPUX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 08:48 PM
03-23-2004 08:48 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 08:50 PM
03-23-2004 08:50 PM
Re: How to install secure FTP in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 08:51 PM
03-23-2004 08:51 PM
Re: How to install secure FTP in HPUX
Take a look at next link,
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 09:07 PM
03-23-2004 09:07 PM
Re: How to install secure FTP in HPUX
http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/hsftp-1.11/
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 11:04 AM
03-24-2004 11:04 AM
Re: How to install secure FTP in HPUX
If you're feeling brave, you can get the source from www.openssh.org or get the version from HP's porting centre (the URL is in the previous message).
We tend to use OpenSSH for general admin access, and a commercial SSH for production (so if we get a problem we have a vendor to yell at) ;-)
There's also something called VSFTP (Very Secure FTP). Its available for HP-UX, but I have never tried it.
Col.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 11:20 AM
03-24-2004 11:20 AM
Re: How to install secure FTP in HPUX
If you want a secure ftp server use that and install as follows:
swinstall -s /full_path_of_depot \*
vsftp is not a secure ftp server. Its a lot better than the old ones but it does its authentication the insecure way in clear text.
The good news is it no longer works with Microsoft's horrible command line ftp client, which makes it more secure than those servers who do.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 11:54 AM
03-24-2004 11:54 AM
Re: How to install secure FTP in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 01:35 AM
03-25-2004 01:35 AM
Re: How to install secure FTP in HPUX
In general, what types of systems will be the clients and servers? Why are you trying to use secure FTP? Etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 11:57 AM
03-25-2004 11:57 AM
Re: How to install secure FTP in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 12:13 PM
03-25-2004 12:13 PM
SolutionThis link has some good inputs:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=409807
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 12:23 PM
03-25-2004 12:23 PM
Re: How to install secure FTP in HPUX
The problem is that most ftp clients won't work with it. You have to get special software on the Windows Client because Microsoft hasn't bothered to build in a decent secure client.
So if you want a back end that is more secure, you are pretty much out of luck. vsftpd is a bit more secure on Linux but I haven not heard of any ports. vsftpd is a reliable, scalable open source product, but you will have to compile it yourself. I prefet SD-UX depots because it maintains a software inventory.
wu-ftpd, which ships with HP-UX is pretty good and is if not secure a secureable product. STill, clear text authentication.
Profptd which is part of HP's Open Source Internet Express package, now comes in depot format from HP. That means it has been tested. A lot of people swear that because its a full re-write its more secure.
Still, clear text authentication.
Why haven't tried it? Because I don't manage any HP-9000 servers exposed to the Internet with ftp.
My one box at home with exposure has a /var/adm/inetd.sec file which stops all outside ftp access. I you want in on that box, you have to use openssh/secure shell. There is a free, reliable text based client, but nobody in most user communities is going to use command line sftp.
The free gui's are unreliable, and its hard to convince people after being ripped off on the OS and the Office package by Bill Gates to spend more money for secure file transfer.
There is the essay.
My two cents as good friend says, totally my opinion. Thanks for the points above. I think your distribution was timely and fair.
Hopefully this clarifies to some degree.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 12:29 PM
03-25-2004 12:29 PM
Re: How to install secure FTP in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 03:08 PM
03-31-2004 03:08 PM
Re: How to install secure FTP in HPUX
Check out "Filezilla" for Windows. It's like CuteFTP (a GUI front-end for ftp) and it supports SFTP.
Jorge