- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Secure Shell (ssh2) install on 11.0
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
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
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
тАО08-23-2000 07:42 AM
тАО08-23-2000 07:42 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2000 07:47 AM
тАО08-23-2000 07:47 AM
Re: Secure Shell (ssh2) install on 11.0
So best bet would be aCC. Though not sure if that would work either. please let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2000 02:55 PM
тАО08-23-2000 02:55 PM
Re: Secure Shell (ssh2) install on 11.0
I've compiled ssh2 (commercial version 2.1.0) using HP's C-ANSI-C compiler and haven't had any trouble.
After unzipping and untarring, I did the following:
./configure -prefix /opt/ssh2
mkdir /opt/ssh2
make
make install
/opt/ssh2/sbin/sshd2
As I recall, there is a FastStart (?) document of some sort that clearly described the procedure required to enable user authentication and some of the other features.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2000 03:34 PM
тАО08-23-2000 03:34 PM
Re: Secure Shell (ssh2) install on 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2000 05:51 PM
тАО08-23-2000 05:51 PM
Re: Secure Shell (ssh2) install on 11.0
tar zxvf ssh-2.2.x.tar.gz
./configure
make
make install
ansic is already installed on our server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2000 10:42 PM
тАО08-23-2000 10:42 PM
Re: Secure Shell (ssh2) install on 11.0
source and 10.20 also available
get ssh
http://the.wiretapped.net/security/cryptography/ssh/SSH/ssh-2.2.0.tar.gz
get client ssh
http://the.wiretapped.net/security/cryptography/ssh/SSH/SSHWin-2.2.0.exe
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2000 06:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2000 09:50 AM
тАО08-24-2000 09:50 AM
Re: Secure Shell (ssh2) install on 11.0
I've gotten the gcc compiler and other related packages. Now when I try to run the configure file it keeps grabing the cc compiler. I've try setting varables like CC=gcc and GCC=gcc. I've put the opt/gcc/bin & /opt/binutils at the head of the PATH variable. All of this has been to no avail. I looked and search the configur file over and over trying to figure out just where they would grab the gcc compiler.
Any help would be greatly welcome......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2000 05:10 AM
тАО08-30-2000 05:10 AM
Re: Secure Shell (ssh2) install on 11.0
From www.hpux.cs.utah.edu/hppd/hpux I got the following packages as recommended by Bill Hart -- gcc2.95.2, binutils2.9.1, bison1.28, & flex2.5.4
Bill recommended several patches which I did not need since I had loaded the most current patch release. If you think you might need to patch see Bill's response by seaching the forum for SSH.
After this I needed to download SSH2 version 2.3 You must use this version as previous ones had trouble generating the .pub codekey.
To configure I used the following parameters:
set path to include gcc, binutils, flex, bison, and ssh2
set variable--- CC=gcc
Follow install instructions with these values:
./configure --host=hpp2.0-hp-hpux11.00 --disable-static --enable-debug
make
make install
NOTE: If the install fails and you want to re-compile after changes remember that the file config.cache are the values it will use to re-config. Remove it or modify it with new values.
I hope this info will help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2000 07:29 AM
тАО09-18-2000 07:29 AM
Re: Secure Shell (ssh2) install on 11.0
I am following the procedure and getting following message when try to run make
"can not load gcc"
i have set CC=gcc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2000 07:34 AM
тАО09-18-2000 07:34 AM
Re: Secure Shell (ssh2) install on 11.0
I am following the procedure and getting following message when try to run make
"can not load gcc"
i have set CC=gcc