Open_ssh installation instruction ?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Open_ssh installation instruction ?
# 1  
Old 02-08-2012
Data Open_ssh installation instruction ?

Hi ,

Currently the machine (solaris 10 ) is running with Sun_ssh. I would like to move to Open_ssh.

I went through google.

Each link shows different directions/ways to install openssh. I am not sure which one to follow .

Installing OpenSSH Packages - SPARC and Intel x86/Solaris 9 and 10

OpenSSH Solaris 10 - The Frustrated Sys Admin - Confluence

How to Install OpenSSH in Sun Solaris 10

lazy, impatient, and hubristic: Install OpenSSH 5.9p1 on Solaris 10 x86

Only the first part is same " download and isntall the packages". The second part varies in above links Smilie.

Thanks in advance,
Frinto
# 2  
Old 02-08-2012
MySQL

Steps for compiling and deploying the OpenSSH
download the openssh source from the web. then compile and deploy the openssh software.

Step 1:
Need to run the configure.
./configure --prefix=<path to deploy openssh> --with-pam --with-ssl-dir=<openssl> --with-ssl-engine --with-zlib=<zlib path>

* you can run the configure without
--with-pam --with-ssl-dir=<openssl> --with-ssl-engine --with-zlib=<zlib path>
This flags are aditional optional falgs. See the INSTALL file for more details

Step 2:
run the make utility to compile the openssh source
--> make
Step 3
deploy the openssh by running the below command
make install

Prerequists:
* create sshd user before you start compiling it.
* Ensure "cc" compiler in path
*Ensure "make" utility in path. its available /usr/bin/ccs (not sure about the path)


Thanks
Kalai

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Illegal Instruction error

I keep getting a Illegal instruction error when running my MCP file below is the dump error message followed by truss log, dose anyone have any ideas? /opt/builds/bin/core: ELF 32-bit MSB core file SPARC Version 1, from 'mcp' *** Select Close or Exit from the window menu to close this window... (12 Replies)
Discussion started by: Wpgn
12 Replies

2. Shell Programming and Scripting

Cp –r instruction

Pleas I want answer to this question? Pleas help me A system administrator suspects that there is an attack on his machine; he needs to make a backup of the files to check when they have been modified. For this purpose he uses the "cp -r" instruction to copy the root directory. What is the... (1 Reply)
Discussion started by: tamer11007
1 Replies

3. Solaris

Openssh installation instruction ?

Hi , Currently the machine is running with Sun_ssh. I would like to move to Open_ssh. I went through google. Each link shows different directions/ways to install openssh. I am not sure which one to proceed with . Installing OpenSSH Packages - SPARC and Intel x86/Solaris 9 and 10 ... (0 Replies)
Discussion started by: frintocf
0 Replies

4. Shell Programming and Scripting

How verify that the last instruction was success ?

Hi gusys. I am developing a script that mount a filesystem ; I would like verify that this instruction has finished OK !!! I am tryin to use $? ; but I have doubt How use the if instruction with the $? variable : mount machine:/dir /dir if then action 1 else ... (2 Replies)
Discussion started by: aggadtech08
2 Replies

5. Solaris

what is that 1 in the instruction!~ (please help fast)

Hi all, make_lofs /.cdrom/<something>/<something> 1 what does this instruction mean? Note:both the "something" are obviously different . I would like to know what that 1 means, the rest of the instruction is clear!! Thanks (6 Replies)
Discussion started by: wrapster
6 Replies

6. UNIX for Advanced & Expert Users

Case Instruction

Hi, this is my script to make a choice between 4 : clear echo " choose a profile and enter a number" echo echo " 1- oraSTT " echo echo " 2- appSTT " echo... (3 Replies)
Discussion started by: big123456
3 Replies

7. Shell Programming and Scripting

Illegal instruction(coredump)

Hi I am trying to execute a simple grep command looking for records in a filename that start with 01 (grep ^01 filename) and am getting the error Illegal instruction(coredump). Has anyone any idea why this happens? Is it due to the file being corrupted? Thanks (1 Reply)
Discussion started by: colinmas
1 Replies

8. AIX

Installation Instruction AIX 5.3 on p650

I have one server IBM p650 that running AIX 5.1. Now i want to install new with AIX 5.3 on it. So anyone can help me, how to start new installation AIX 5.3? Thank for you instruct. (1 Reply)
Discussion started by: KHS.SENG
1 Replies

9. Linux

i am new yuser of linux give instruction?

:confused: Can i installed winamp on RHAT 9? if yes the how? how can i play vidio cd/dvd on it ? (2 Replies)
Discussion started by: pagal_no_1123
2 Replies

10. UNIX for Dummies Questions & Answers

2489 Illegal instruction

Hello I am trying to execute a back up from one queue manager from one script saveqmgr.sh but I am getting 2489 Illegal instruction on line 16 $ sh +x ./saveqmgr.sh S1SEAGULL QueueManager=S1SEAGULL Retention= S1SEAGULL.MQS.14Jan2005 not found ./saveqmgr.sh: 2836 Illegal... (1 Reply)
Discussion started by: ana
1 Replies
Login or Register to Ask a Question