Install SSH under Aix

Source: Internet
Author: User

SSH is not installed on Aix by default, which makes me very depressed. Xmanager is used to remotely accessing the server through SSH protocol, and SSH also provides SFTP, SCP, and other functions, providing great convenience for file transmission. So I decided to install SSH on Aix.

I. Required software packages

Openssl.9.8.410.tar. Z http://download.csdn.net/source/414507
The openssh-4.5p1-r2.tar.Z is divided into 2 Packages due to the upload limit

Part1 http://download.csdn.net/source/414640

Part2 http://download.csdn.net/source/416190

 Before installation, let's talk about the release of the. tar.z package under aix(use openssl.9.8.410.tar. Z as an example)
# Method 1
Uncompress openssl.9.8.410.tar. Z
Tar-xvf openssl.9.8.410.tar
# Method 2
Zcat openssl.9.8.410.tar. z | tar-xvf-

Ii. Unpack

1. # For ease of installation, install the corresponding directory for the corresponding package
Mkdir OpenSSL
Mkdir OpenSSH

2. # Put the corresponding package into the corresponding directory and decompress the package
----#Decompress openssl.9.8.410.tar. Z

Oragt:/home/software/OpenSSL> zcat openssl.9.8.410.tar. z | tar-xvf-
X.
X./OpenSSL. Base, 6544384 bytes, 12782 media blocks.
X./OpenSSL. License, 28672 bytes, 56 media blocks.
X./OpenSSL. man. en_us, 2252800 bytes, 4400 media blocks.

---- # Decompress zcat openssh-4.5p1-r2.tar.Z

Oragt:/home/software/OpenSSH> zcat openssh-4.5p1-r2.tar.Z | tar-xvf-
X readme.txt, 2291 bytes, 5 media blocks.
X OpenSSH. Base, 11755520 bytes, 22960 media blocks.
X OpenSSH. License, 173056 bytes, 338 media blocks.
X OpenSSH. man. en_us, 120832 bytes, 236 media blocks.
X OpenSSH. msg. ca_es, 22528 bytes, 44 media blocks.
X OpenSSH. msg. cs_cz, 22528 bytes, 44 media blocks.
X OpenSSH. msg. de_de, 23552 bytes, 46 media blocks.
X OpenSSH. msg. en_us, 14336 bytes, 28 media blocks.
X OpenSSH. msg. es_es, 23552 bytes, 46 media blocks.
X OpenSSH. msg. fr_fr, 17408 bytes, 34 media blocks.
X OpenSSH. msg. hu_hu, 23552 bytes, 46 media blocks.
X OpenSSH. msg. it_it, 22528 bytes, 44 media blocks.
X OpenSSH. msg. ja_jp, 26624 bytes, 52 media blocks.
X OpenSSH. msg. ja_jp, 21504 bytes, 42 media blocks.
X OpenSSH. msg. ko_kr, 22528 bytes, 44 media blocks.
X OpenSSH. msg. pl_pl, 22528 bytes, 44 media blocks.
X OpenSSH. msg. pt_br, 21504 bytes, 42 media blocks.
X OpenSSH. msg. ru_ru, 20480 bytes, 40 media blocks.
X OpenSSH. msg. sk_sk, 22528 bytes, 44 media blocks.
X OpenSSH. msg. zh_cn, 20480 bytes, 40 media blocks.
X OpenSSH. msg. zh_tw, 20480 bytes, 40 media blocks.
X OpenSSH. msg. zh_cn, 17408 bytes, 34 media blocks.
X OpenSSH. msg. zh_tw, 17408 bytes, 34 media blocks.
X OpenSSH. msg. ca_es, 22528 bytes, 44 media blocks.
X OpenSSH. msg. cs_cz, 21504 bytes, 42 media blocks.
X openssh.msg.de _ de, 23552 bytes, 46 media blocks.
X OpenSSH. msg. en_us, 14336 bytes, 28 media blocks.
X OpenSSH. msg. es_es, 23552 bytes, 46 media blocks.
X OpenSSH. msg. fr_fr, 16384 bytes, 32 media blocks.
X OpenSSH. msg. hu_hu, 21504 bytes, 42 media blocks.
X OpenSSH. msg. it_it, 22528 bytes, 44 media blocks.
X OpenSSH. msg. ja_jp, 21504 bytes, 42 media blocks.
X OpenSSH. msg. ko_kr, 19456 bytes, 38 media blocks.
X OpenSSH. msg. pl_pl, 21504 bytes, 42 media blocks.
X openssh.msg.pt _ Br, 15360 bytes, 30 media blocks.
X openssh.msg.ru _ Ru, 21504 bytes, 42 media blocks.
X OpenSSH. msg. sk_sk, 21504 bytes, 42 media blocks.
X OpenSSH. msg. zh_cn, 17408 bytes, 34 media blocks.
X OpenSSH. msg. zh_tw, 17408 bytes, 34 media blocks. III. Installation

1. Install SSL first
Oragt:/home/software/OpenSSL> Smit installp # Run the command to enter the installation Interface
1> install software press ENTER
2> * input device/directory for software [.] Press Enter # note that "." indicates that the installation path is in the current directory.
3> F4 # list the software to be installed. F7 selects three software. F3 returns to the previous interface.
4> press enter and press enter to prompt that the installation is successful.

2. Install SSH
Oragt:/home/software/OpenSSH> Smit installp
# It is basically the same as installing SSL.
# If it fails, install OpenSSH. License before installing anything else.

Iv. installation is complete

# SSH uses port 22. open port 22.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.