1820646 Members
2028 Online
109626 Solutions
New Discussion юеВ

Re: SSH?

 
SOLVED
Go to solution
James Ellis_1
Super Advisor

SSH?

I doubt I have the SSH protocol or its variant on my server. I doubt that HP would include this in their OS. But as I was looking at some websites on SSH or OpenSSH, I was wondering if there was a way to confirm whether we have this protocol on our system? Does anyone know if HP includes this in their OS (which I doubt but wanted to verify). Thanks ~Jim
"In the middle of difficulty lies opportunity" -Einstein
6 REPLIES 6
Darrell Allen
Honored Contributor
Solution

Re: SSH?

Hi James,

They do not but OpenSSH is freely available from http://hpux.cs.utah.edu/ or other HP-UX Porting Centers.

You can look for the client executable on your system with:
find / -name ssh -print

Darrell
"What, Me Worry?" - Alfred E. Neuman (Mad Magazine)
Uday_S_Ankolekar
Honored Contributor

Re: SSH?


Hi,

SSh is available freely on Hp's porting site.
Here is the web address.
http://hpux.cs.utah.edu/hppd/
Also look at this site for more informations
http://www.openssh.com/

Goodluck,
-USA..


Good Luck..
Craig Rants
Honored Contributor

Re: SSH?

James,
As mentioned, you can get the depots at the porting sites. Also, pay attention to the dependecies, it says OpenSSL, but you also need zlib to be installed prior to get everything working.

Good Luck,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
Bernie Vande Griend
Respected Contributor

Re: SSH?

HP does not include it with the OS, but you can get a commerical version from www.ssh.com (free for eductional and non-profit). You can also get OpenSSH from their website www.openssh.com or from HP porting center: http://hpux.cs.utah.edu/
I would suggest getting the latest source code and compiling it from OpenSSH's web site as the version in the porting center is quite old and has some security bugs that have since been patched. You will also need OpenSSL and zlib which are available on from the Porting Center.
Ye who thinks he has a lot to say, probably shouldn't.
Sridhar Bhaskarla
Honored Contributor

Re: SSH?

James,

No doubt HP doesn't supply SSL/SSH bydefault with it's OS. You need to obtain it from the HP's porting site.

http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.0p1/

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
harry d brown jr
Honored Contributor

Re: SSH?