Operating System - HP-UX
1833757 Members
3100 Online
110063 Solutions
New Discussion

Re: Configuring SSH for HPUX11.11 Mission Critical

 
SOLVED
Go to solution
Faizer
Advisor

Configuring SSH for HPUX11.11 Mission Critical

Please let me know how to configure ssh and from where I could get ssh.
Thanks
Faizer
4 REPLIES 4
Sridhar Bhaskarla
Honored Contributor
Solution

Re: Configuring SSH for HPUX11.11 Mission Critical

Hi,

You can download HP's supported version of ssh from
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

Since yours is 11i, I suggest you download KRNG

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRNG11I

The above provides a faster mechanism for generating encryption keys to be used with SSH. Otherwise you will find the initial ssh connection irritatingly slow.

A good information can be found from the FAQ here

http://www.openssh.org/faq.html

SSH can be used to automate the sessions and data transfer using 'public/private key' authentication. The following URL describes it to the best I have ever seen.

http://www.bb-zone.com/SLGFG/chapter27.html

The options to ssh-keygen may vary depending on the ssh version you use.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Steven E. Protter
Exalted Contributor

Re: Configuring SSH for HPUX11.11 Mission Critical

I'm attaching a good cookbook on generating and exchanging public keys.

You can use the cat command instead of x like it says, but I use this book every time I build a new system.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ben Thomas
Occasional Advisor

Re: Configuring SSH for HPUX11.11 Mission Critical

Sorry to be picky, but Sridhar refers to link that describes SSH1 -- which is obsolete. A better description of how to setup SSH keys can be found at http://www.arches.uga.edu/~pkeck/ssh/, written by Paul Keck (thanks Paul).
Sridhar Bhaskarla
Honored Contributor

Re: Configuring SSH for HPUX11.11 Mission Critical

Ben,

That was only for the understanding purposes of how ssh works. That's why I specifically mentioned

//
options to ssh-keygen may vary depending on the ssh version you use //

-Sri

You may be disappointed if you fail, but you are doomed if you don't try