Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSH

Status
Not open for further replies.

bonsky

MIS
Apr 23, 2001
280
US
any one who can help me give a good website on hoe to install ssh on AIX or in unix....
thanks a lot in advance..
 
Hi,

You can try from here (depending your version):

If interesed in openssh (which I am struggling with ;) and downloads etc. you can find here:
ssh installation should be similar.

and here are some FAQ's

Hopefully this get you started.

#Kimmers
 
You can download the supported version of SSH by IBM from the link below:

Before installing the OpenSSH installp format packages, you must install the Open Secure Sockets Layer (OpenSSL) software that contains the encrypted library. OpenSSL is available in RPM packages from the following Web site:
Because the OpenSSL package contains cryptographic content, you must register on the Web site to download the packages. You can download the packages by completing the following steps:

1. Click the AIX Toolbox Cryptographic Content link on the right side of the following Web site:
2. Click I have not registered before.
3. Fill in the required fields in the form.
4. Read the license and then click Accept License. The browser automatically redirects you to the download page.
5. Scroll down through the list of cryptographic content packages until you see OpenSSL — SSL Cryptographic Libraries.
6. Click the Download Now! button to begin downloading the rpm package.

After you download the OpenSSL package, you can install OpenSSL and OpenSSH.
1. Install the OpenSSL RPM package using the geninstall command, as follows:
# geninstall -d/directory R:eek:penssl-0.9.6g
where directory is the name of the directory to which you downloaded the OpenSSL package. Output similar to the following displays:
SUCCESSES
---------
openssl-0.9.6g-3
2. Install the OpenSSH installp packages using the geninstall command, as follows:
# geninstall -Y -d/directory I:eek:penssh.base
Use the -Y flag to accept the OpenSSH license agreement after you have reviewed the license agreement.
To view the license agreement, type the following command:

# geninstall -IapE -ddirectory openssh.base 2>&1 |pg

After you accept the license agreement, output similar to the following displays:

Installation Summary
--------------------
Name Level Part Event Result
-------------------------------------------------------------------------------
openssh.base.client 3.6.0.5200 USR APPLY SUCCESS
openssh.base.server 3.6.0.5200 USR APPLY SUCCESS
openssh.base.client 3.6.0.5200 ROOT APPLY SUCCESS
openssh.base.server 3.6.0.5200 ROOT APPLY SUCCESS

You can also use the smitty license_on_media fast path to view the license, and the smitty install_software fast path to install OpenSSL and OpenSSH.

OpenSSH software tools support both the SSH1 and SSH2 protocols.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top