- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP server encrption.
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-24-2005 06:32 PM
тАО12-24-2005 06:32 PM
FTP server encrption.
Can anyone help me to achieve the following scenarios related to FTP server encrption / decryption.
1) Outbound with respect to Oracle application
We have to exchange a file from Our ftp (ftp.company.com) site to 3rd party FTP site (ftp.anothercompany.com). The idea is we will place the file from our application system to our FTP site, from there we have to encrypt and send the encrypted file to 3rd party FTP server.
2) Inbound with respect to Oracle application
We have to exchange a file from 3rd part ftp site (ftp.anothercompany.com) to Our ftp site, here the 3rd part system will place the file from there system to their FTP site, from there we have to pickup the encrypted file and decrypt then placed it to our FTP Site.
Thanks in advise,
Regards,
J.Marlose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2005 07:03 PM
тАО12-24-2005 07:03 PM
Re: FTP server encrption.
If yes, Why do you want to use FTP?
You can use SCP, and you won't to encrypt/decrypt the file manualy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2005 07:09 PM
тАО12-24-2005 07:09 PM
Re: FTP server encrption.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2005 09:50 PM
тАО12-24-2005 09:50 PM
Re: FTP server encrption.
No matter what you do, the authentication of the ftp will travel back and forth across the Internet in clear text, therefore compromising security.
However,
I recall in 2002, I took a class at HP's Mountain View Eduction center where we used kerebos to authenticate ftp. That might solve the problem.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=788344
Still, Secure shell, Openssh is a better way to go.
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
тАО12-25-2005 03:59 AM
тАО12-25-2005 03:59 AM
Re: FTP server encrption.
My current ftp server is not SFTP and i cannot change that to SFTP due to some dependancies. But incase if i wants to do manual encrption / decryption process only for an ftp account. Is it possible? Anyway of doing it?
Thanks once again for all your help.
J.Marlose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-25-2005 11:51 PM
тАО12-25-2005 11:51 PM
Re: FTP server encrption.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-26-2005 01:35 AM
тАО12-26-2005 01:35 AM
Re: FTP server encrption.
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
The second link in my earlier post tells how to kerebize your ftp authentication. This will however make it fail with certain(many) ftp clients that can't handle encrypted authentication.
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
тАО12-27-2005 01:01 AM
тАО12-27-2005 01:01 AM
Re: FTP server encrption.
Thanks for your reply. How did you configure PGP to encrypt the files in FTP server and what pgp software are used for ur env. Is it installed in FTP server side or client side encrypted /decryption. Can you tell more on this.
Thanks.
J.Marlose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-27-2005 01:04 AM
тАО12-27-2005 01:04 AM
Re: FTP server encrption.
The second link for kerborose authentication is missing man.
J.Marlose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-27-2005 01:31 AM
тАО12-27-2005 01:31 AM
Re: FTP server encrption.
just wanted to pick up the Kerberos thread dropped by SEP.
Afaik, a kerberized FTP application will not encrypt the FTP data stream travelling over the net.
Kerberos is "only" good for achieving single-sign-on by authenticating and authorizing users who access kerberized applications (such as FTP).
Actually in a Kerberos environment there will never be any passwords exchanged.
Inspite a Key Distribution Center (KDC) is sending a Ticket Granting Ticket (TGT) to a user when he first tries to authenticate to an application.
The TGT is encrypted with the user's password which is stored centrally in a list on the KDC.
For the KDC the user is authenticated as soon as he can decrypt the TGT.
After that the user requests tickets for each kerberized application he wishes to use throuh the TGT.
It is important to note that there are no passwords clear text or encrypted but only tickets exchanged.
These tickets usually expire after a set time.
Thus an attacker even if he could manage to get hold of a valid ticket could in theory only compromise a single session for a limited time.
The greatest threat is that the KDC ever gets compromised.
To read more about the MIT's implementation of the protocol see
http://web.mit.edu/kerberos/www/
There must be also ample documentation on how to kerberize HP-UX applications from here:
http://docs.hp.com/en/internet.html#Kerberos
But I think a much easier and less involved approach would be to use SSH's sftp
as already suggested by others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-27-2005 02:14 AM
тАО12-27-2005 02:14 AM
Re: FTP server encrption.
http://www.tacc.utexas.edu/resources/userguides/ftp/
To encrypt/decrypt files transferred, you can use gnupg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-27-2005 02:19 AM
тАО12-27-2005 02:19 AM
Re: FTP server encrption.
http://www.gnupg.org/gph/en/manual.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-27-2005 03:24 AM
тАО12-27-2005 03:24 AM
Re: FTP server encrption.
One of the benefits is that the data remains encrypted on the receiptients side until they decrypt it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-28-2005 12:50 AM
тАО12-28-2005 12:50 AM
Re: FTP server encrption.
Thanks for your replies and the time spend to support me.
Cary,
Now i got idea for implementation and the product to be used.
Is it mendatory to have identical PGP software at both end or Can we have one side as commercial pgp and other side gnupgp.
Now our plan is to implement PGP for data encrption/ decryption with secured FTP(SSH).
Hope it gives the complete end to end security solution while transit and for stored information.
Thanks to all once again.
Regards,
J.Marlose