- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OpenSSH software for HP-UX version 10.01
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
09-06-2005 04:37 PM
09-06-2005 04:37 PM
Hi Guys,
I'm looking for a openssh software to install on our HP machine which is running 10.01 operating system.
I have searched on the www.openssh.com site but I'm not too sure which version I should be downloading in order to install it successfully.
Any help on the above would be greatly appreciated.
Cheers
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 05:32 PM
09-06-2005 05:32 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 06:08 PM
09-06-2005 06:08 PM
Re: OpenSSH software for HP-UX version 10.01
Thanks for your prompt response and help mate, i would check it out now
Cheers,
Raf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 02:49 AM
09-08-2005 02:49 AM
Re: OpenSSH software for HP-UX version 10.01
http://www.openssh.com/portable.html#http
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 03:47 AM
09-08-2005 03:47 AM
Re: OpenSSH software for HP-UX version 10.01
Expect some major work involved in compiling it on HP-UX 10.01.
You might also want to consider buying a license of F-Secure ssh, which might be still available (I don't know).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 11:07 AM
09-08-2005 11:07 AM
Re: OpenSSH software for HP-UX version 10.01
Hi Florian and All,
Thanks everyone for your promt response and help, and yes Florian you are right one would expect some major work involved in compiling it on HP-UX 10.01, I have successfully compiled it on our AIX servers as that is my main platform.
As for these HP servers we have decided not to go ahead with all that hassel, so we will find the workaround for this.
Its just waist of time, I needed openssh installed on these servers, so I can install the monitoring software. As such this call is now closed.
Thanks all...
Farhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2005 02:25 AM
09-09-2005 02:25 AM
Re: OpenSSH software for HP-UX version 10.01
If You only need secure authentication and it's about non-root calls (for the monitoring I'd guess this is sufficient) You could use kerberized rsh, the support should be in 10.01. (Bad: There was a buffer overflow in krb5 this year, but I'd say, there's probably many more in 10.01 and it's old enough to maybe not even contain it)
Or, the other idea would be combining SSLtelnet and Expect; personally I'd look into that if buying f-secure isn't a good option.
Or simply use TCPwrapper to restrict monitoring+rsh access, which is the most simple and effictive way for that scenario.