STEP BY STEP INSTALL SSH ON AIX5.3(6.1)
安裝 OpenSSH 需要安裝兩個軟體包:1. openssl,2. openssh。
安裝步驟如下:
1. 下載 openssl 和 openssh:
openssl:
(1) 開啟 ,並且使用 IBM ID 登入。
注:此網頁需要有一個 IBM ID,如果您之前沒有 IBM ID,請先註冊一個。
(2) 選擇 OpenSSL,按 Continue 繼續到下載頁面。
(3) 下載 openssl-fips.12.9.8.1101.tar.Z。
openssh:
開啟 ,然後點選 Files -> openssh-aix53 -> openssh_5.2p1_53.tar.Z;或者直接從下載 5.2p1 版本。
[@more@]2. 安裝步驟
(1) 把安裝包 ftp 到目標主機
AIX53:/tmp/openssl#ls -l
total 13064
-rw-r----- 1 root system 6684195 Aug 12 16:52 openssl-fips.12.9.8.1101.tar.Z
AIX53:/tmp/openssl#cd ../openssh
AIX53:/tmp/openssh#ls -l
total 10096
-rw-r----- 1 root system 5168111 Aug 12 16:52 openssh_5.2p1_53.tar.Z
(2) 解壓
AIX53:/tmp/openssl#uncompress openssl-fips.12.9.8.1101.tar.Z
AIX53:/tmp/openssl#tar xvf openssl-fips.12.9.8.1101.tar
AIX53:/tmp/openssh#gunzip openssh_5.2p1_53.tar.Z
AIX53:/tmp/openssh#tar xvf openssh_5.2p1_53.tar.Z
(3) 安裝
必須先安裝openssl,然後再安裝openssh。
安裝openssl:
進入 openssl 所在目錄,然後 smitty installp 來安裝。注意 ACCEPT new license agreements? 選 Y,其它預設。
安裝openssh:
進入 openssh 所在目錄,然後 smitty installp 來安裝。注意 ACCEPT new license agreements? 選 Y,其它預設。
3. 執行ssh服務
檢視openssh是否正在執行:
AIX53:/#lssrc -a | grep ssh
sshd ssh 979088 active
如果是inactive,可透過以下命令啟動ssh服務:
AIX53:/#startsrc -s sshd
停止ssh服務:
AIX53:/#stopsrc -s sshd
4. 配置開機自動啟動 openssh
(1) 編輯一指令碼
# vi /etc/rc.local
新增如下行:
#!/bin/sh
startsrc -g ssh
(2) 編輯/etc/inittab
# vi /etc/inittab
新增如下行:
rc.local:2:wait:/etc/rc.local > /dev/console 2>&1即可。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/32980/viewspace-1037411/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- install 11G ASM on RedHat step by stepASMRedhat
- step by step install netbackup client 6.5 on aixclientAI
- step by step install oracle 10g rac asm on windowsOracle 10gASMWindows
- Step By Step Install Oracle10g RAC On Hp-uxOracleUX
- step by step install oracle 10g rac asm操作文件Oracle 10gASM
- React Step by StepReact
- Command 模式 Step by Step模式
- BAPI Step by step GuidanceAPIGUI
- Step by Step TimesTen --- ttIsqlSQL
- Step By Step Install Oracle GC 10.2.0.5 on Redhat Linux 5.5 x86_64 (2/2)OracleGCRedhatLinux
- step by step install oracle grid control 10.2.0.1 on linux 5.4 x86OracleLinux
- Promise的實現(step by step)Promise
- Learn c++ step by step (轉)C++
- Linux Software RAID step by stepLinuxAI
- Git Step by Step (3):Git物件模型Git物件模型
- Oracle高階複製Step by StepOracle
- 安裝linux(step by step)(轉)Linux
- Learn C++ step by step(2) (轉)C++
- 單步除錯 step into/step out/step over 區別詳解除錯
- Step By Step Install Oracle GC 10.2.0.5 on Redhat Linux 5.5 x86_64 (1/2待續...)OracleGCRedhatLinux
- Step 10: Run Scripts to Install Additional Options (Optional) (68)
- ABP應用開發(Step by Step)-下篇
- ABP應用開發(Step by Step)-上篇
- TIDB DM資料同步step by stepTiDB
- Git Step by Step (4):探索.git目錄Git
- ClearCase使用入門--step by step(序) (轉)
- Step by step install grid control agent on linux 5.3 x86_64遠端安裝Linux
- 實時 Linux 抖動分析 Step by stepLinux
- Git Step by Step (6):Git遠端倉庫Git
- oracle10g simpe AQ step by step(二)Oracle
- oracle10g simpe AQ step by step(一)Oracle
- linux中配置NFS服務step by stepLinuxNFS
- Step by Step Data Replication Using Oracle GoldenGateOracleGo
- Step by step install grid control agent on linux 5.3 x86_64遠端安裝(二)Linux
- Step by Step 安裝 BizTalk Server 2009Server
- Baby-Step-Gaint-Step演算法詳解AI演算法
- Step-by-step,打造屬於自己的vue ssrVue
- Git Step by Step (7):Git遠端倉庫(續)Git