- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: openssh
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
06-04-2002 01:53 AM
06-04-2002 01:53 AM
openssh
pls let me know what this Openssh for in HP.
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 02:01 AM
06-04-2002 02:01 AM
Re: openssh
look at
http://www.atomicgears.com/papers/osshhpux.html
good explanation and links to every useful info
Steve steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 02:01 AM
06-04-2002 02:01 AM
Re: openssh
Openssh is a secure shell replacement for remsh/rsh/telnet. The normal login programs such as remsh/rsh/telnet are unsecure in that login information and passwords are transmitted unencrypted over the network which means anyone snooping can find out your logins and passwords! ssh is encrypted so secure. You can download from www.software.hp.com and see more documentation on it at www.ssh.com/products/ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 02:42 AM
06-04-2002 02:42 AM
Re: openssh
If you are concerned with security ssh (or openssh) for that matter is a must have for remote host sessions.
It supports confidentiality, integrity and non-repudiation by allowing encrypted data to be transferred between client and server, allowing the client to authenticate the server, allowing the server to authenticate the client etc. User authentication can also be via public/private key pairs. It also supports integration with PKI and CAs.
It also allows you to perform tunnelling of other protocols (such as SMTP, POP3, HTTP etc) over SSH to encrypt the data transferred. Its VPN-like functionalities provide a cheap alternative to expensive VPN solutions, if you are not overly concerned with performance.
In fact, we have been using SSH tunnelling to encrypt Oracle traffic from the Net8 client to the Oracle database server and also from the OAS to the Oracle database server as well because ANO is not always supported.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 03:16 AM
06-04-2002 03:16 AM
Re: openssh
You can get the software from the Porting Centre. There are a number of posts of configuration etc.
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-3.1p1/