- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssh for hp-ux
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
04-11-2002 03:23 PM
04-11-2002 03:23 PM
I am looking out for binaries of 'ssh' for hp-ux 11. Can anyone lead me to some site with binaries for hp-ux. I did a search on hp.com and itrc.hp.com, no results were found.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 03:32 PM
04-11-2002 03:32 PM
Re: ssh for hp-ux
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.1p1/
You will also need to install openssl and zlib, both also available from the same site.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 03:34 PM
04-11-2002 03:34 PM
Re: ssh for hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 03:35 PM
04-11-2002 03:35 PM
SolutionYou can get openssh from the HP porting centre:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-3.1p1/
It comes as an already assembled depot....
HTH
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 04:21 PM
04-11-2002 04:21 PM
Re: ssh for hp-ux
Pl, Check it here...
http://commerce.ssh.com/sshsvr/index.html?SshSid=FfVy3LAytgia51MS
Might it will solve your purpose.
Thanks,
-Saumil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 12:11 PM
04-12-2002 12:11 PM
Re: ssh for hp-ux
Thanks to all who replied, it helped to install ssh. Though I have another hurdle to resolve. I am trying to reach a host outside the firewall. Normally I used to use socksified telnet, ftp for such purposes. The new host that I am trying to use is restricted and only 'ssh' has to be used to connect to it.
Do we have a socksified ssh for hp-ux ?. I did a search on google, hp.com couldn't find one.
Thanks again,
Vishwa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 05:31 PM
05-30-2002 05:31 PM
Re: ssh for hp-ux
HP-UX secure shell (T1471AA) is ported from OpenSSH3.1p1 for hp-ux 11.0 and 11i.
It is supported under the HP-UX support agreement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 05:56 PM
05-30-2002 05:56 PM
Re: ssh for hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 06:02 PM
05-30-2002 06:02 PM
Re: ssh for hp-ux
SSH uses port TCP/22 by default (you can change it to another port) and it should be opened up unidirectional at your firewall.
SSH comes with SFTP (secure ftp equivalent) and SCP (secure rcp equivalent).
If your firewall only allows SSH connections, you can tunnel your other services across SSH since SSH supports tunneling. I have tunnelled Oracle Net8 (sqlnet) connections from Oracle client to Oracle database server without problems.
man ssh for more information.
Another SSH distribution (not OpenSSH) but works equally well is SSH Communications distribution:
ftp://ftp.ssh.fi/pub/ssh
Hope this helps. Regards.
Steven Sim Kok Leong