- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Configuring SSH for HPUX11.11 Mission Critical
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
02-22-2004 03:34 AM
02-22-2004 03:34 AM
Thanks
Faizer
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 04:05 AM
02-22-2004 04:05 AM
SolutionYou 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 09:38 AM
02-22-2004 09:38 AM
Re: Configuring SSH for HPUX11.11 Mission Critical
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 05:41 AM
02-23-2004 05:41 AM
Re: Configuring SSH for HPUX11.11 Mission Critical
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2004 05:43 AM
02-23-2004 05:43 AM
Re: Configuring SSH for HPUX11.11 Mission Critical
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