- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SSH on HPUX 11.00
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-17-2001 11:15 PM
06-17-2001 11:15 PM
SSH on HPUX 11.00
Does anybody know what version SSH or OPENSSH is fully functional on HPUX 11.00? I tried openssh-2.5.1p1.depot on HP software,but it is not work properly.I tried translate ssh-2_1_0_pl2, but sshkeygen is not generate *.pub key from user.
Jiri D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 12:01 AM
06-18-2001 12:01 AM
Re: SSH on HPUX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 12:08 AM
06-18-2001 12:08 AM
Re: SSH on HPUX 11.00
you can also get info in this following URLs:
http://www.ssh.org
http://www.ssh.com
http://www.ipsec.com
also found the you need to install cumulative libpam and libpam_unix patch.
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 05:46 AM
06-18-2001 05:46 AM
Re: SSH on HPUX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 11:10 AM
06-18-2001 11:10 AM
Re: SSH on HPUX 11.00
/* If sys/types.h does not supply u_intXX_t, supply them ourselves */
#ifndef HAVE_U_INTXX_T
# ifdef HAVE_UINTXX_T
//typedef uint8_t u_int8_t;
//typedef uint16_t u_int16_t;
//typedef uint32_t u_int32_t;
# define HAVE_U_INTXX_T 1
# else
The full steps I used to build this:
# sh ./configure --with-pam
# vi defines.h (comment out lines 169-171)
# make
# make install
So far I've not experienced any problems. The X11 tunnelling works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 11:24 PM
06-18-2001 11:24 PM
Re: SSH on HPUX 11.00
Please, send me swlist from machine with openssh 2.9p1 or versions pre software.Thanks.
Jiri D
jirid@seznam.cz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 05:06 AM
06-19-2001 05:06 AM
Re: SSH on HPUX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2001 05:39 AM
06-20-2001 05:39 AM
Re: SSH on HPUX 11.00
I install openssh-2.9p1,openssl-0.9.6a,zlib 1.1.3,prngd-0.9.17 on HPUX 11.00 and I have this mistake.When I want use ssh to user on the same machine withouth passwd,(copy my rsa.pub key to user .ssh/authorized_keys2) and try,system ask passwd.On other platform it is correct. Do you have the same mistake?
Jiri D