1835242 Members
2241 Online
110078 Solutions
New Discussion

Re: openssh

 
dhanish
Regular Advisor

openssh

hi ,
pls let me know what this Openssh for in HP.

thnks
Never Say Die
4 REPLIES 4
Steve Steel
Honored Contributor

Re: openssh

Hi


look at

http://www.atomicgears.com/papers/osshhpux.html

good explanation and links to every useful info



Steve steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Stefan Farrelly
Honored Contributor

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
Im from Palmerston North, New Zealand, but somehow ended up in London...
Steven Sim Kok Leong
Honored Contributor

Re: openssh

Hi,

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
Michael Tully
Honored Contributor

Re: openssh

Hi,

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/
Anyone for a Mutiny ?