- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- secure tunneling between two servers
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
08-20-2002 09:13 AM
08-20-2002 09:13 AM
One solution is setting up a VPN between these two FTP endpoints. But VPN is typically used at the router between two distinct LANs across the internet.
What other application/software can be used just between the ports of these two servers (NT and HPUX) to secure just this FTP process (and if the security is breached, the connection is lost). Basically, this would be a connection to connection secure medium.
Any other suggestions?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 09:17 AM
08-20-2002 09:17 AM
Re: secure tunneling between two servers
Look into configuring /var/adm/inetd.sec on HP box. Man inetd.sec for more information.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 09:37 AM
08-20-2002 09:37 AM
Re: secure tunneling between two servers
I looked at the /var/adm/inetd.sec man-pages. This is another option, but this is basically security controlled at the onset of ftp, like denying FTP from another server. I don't think this kind of security can protect any of the data that is being transmitted via FTP...for the duration of the FTP session. Basically, what I need is to have a secure server to server communication channel, for the duration of the FTP session. VPN usually does this between two routers across the internet. I was wonderiing if there is a method to secure the point to point between two servers within the LAN (or between two routers in the LAN).
Thanks and I'll continue to look into the /var/adm/inetd.sec issue and see if this is possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 09:53 AM
08-20-2002 09:53 AM
SolutionI'd take a look at installing ssh on the HP system, the ssh client on the NT system & using scp (Secure Copy) to make the transfer from NT to HP. Has the added beneift of encrypting the data as well.
Available at:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 09:54 AM
08-20-2002 09:54 AM
Re: secure tunneling between two servers
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 08:24 AM
08-21-2002 08:24 AM
Re: secure tunneling between two servers
A great windows client for Secure Shell is called "putty" and it comes with a command-line pscp that you can use to transfer files.
You can also setup keys using puttygen and install the public key on the HP-UX server (~/.ssh/authorized_keys2) allowing just the person with the key to transfer files (without typing the password or scripting it in some way like you have to do with ftp)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 12:32 PM
08-30-2002 12:32 PM
Re: secure tunneling between two servers
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 01:40 PM
08-30-2002 01:40 PM
Re: secure tunneling between two servers
http://www.chiark.greenend.org.uk/~sgtatham/putty/
NOTE: Putty is SSH-1, not the more secure SSH-2, which would cost about $100 per PC client. SSH-1 is very much better than no secure communication, but I would look at the OpenSSH or F-Secure products. Note that a good SecureShell book is also important. O'Reilley publishes and excellent book on SSH.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 04:20 PM
08-30-2002 04:20 PM
Re: secure tunneling between two servers
why not get the real OpenSSH for Windows? Go to http://sources.redhat.com/cygwin and install all the tools you want onto your PC(s) - if you only want SSH, you will only need the "cygwin1.dll" and "ssh.exe", which are less than 1MB, resp. 256KB on my system...
Just my $0.02,
Wodisch (who installed ALL the cygwin tools onto his PC)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 05:09 AM
09-03-2002 05:09 AM
Re: secure tunneling between two servers
Where do I find information on SSH-2 and the $100 per client pc? Is this an HP product?
I need to emphasis that the secure shell I need to implement is to protect the data when FTPing from Win NT to HP-UX box.
I have not found much regarding the capability of the OpenSSH to work with other systems, and what client software is neded on another machine like Win NT.
I will need to find out whether a SSH-1 is sufficient for our needs. Although I suspect they want SSH-2.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 10:46 AM
09-04-2002 10:46 AM
Re: secure tunneling between two servers
You can purchase the license from the website and even get a trial version if you like. Take a look at http://www.f-secure.com/download-purchase/
We are using version 4.2 and connect to aix, solaris and hp servers without much complexity. I like this product over Exceed, Putty, or even Reflection (HP Term). It has been some time since we've bought the license so I don't know how much it is but I'm sure the website can give you that information. I do not know how this works specifically with NT because I work with the unix side but if it is anything similar it is a must have.