AIX5.2安裝Openssh
AIX5.2安裝Openssh:
1、沒找到安裝盤只好到(需要註冊)下載適合系統版本的Openssl,這裡使用opensslv.0.9.8.802.tar.Z。
2、到下載適合系統版本的Openssh,這裡使用openssh-5.0_aix52.tar.Z。
3、將下載的兩個檔案上傳到aix伺服器的目錄下,這裡放在/ronin下。
4、解壓檔案
NightWolf:root#uncompress opensslv.0.9.8.802.tar.Z openssh-5.0_aix52.tar.Z
NightWolf:root#tar -xvf opensslv.0.9.8.802.tar openssh-5.0_aix52.tar
5、安裝Openssl
NightWolf:root#smit installp
安裝目錄選擇/ronin/opensslv.0.9.8.802,accept new license agreements?選yes。執行完顯示OK後退出安裝。
6、安裝Openssh
NightWolf:root#smit installp
安裝目錄選擇/ronin/openssh-5.0_aix52,accept new license agreements?選yes。執行完顯示OK後退出安裝。
7、軟體安裝完成後 , 可以透過lssrc -s sshd檢視ssh後臺程式有沒啟動,一般安裝完ssh軟體, 會自動啟用該後臺程式。如檢視未啟用,用 startsrc -s sshd來啟動.
8、利用命令:ssh-keygen生成key全部選擇預設的就可以 , 生成的private key和public Key會儲存在 ~/.ssh目錄下。
NightWolf:root# ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
Created directory '/root/.ssh'.
Enter passphrase (empty for no passphrase): 為了後面的訪問方便, passphrase一行密碼一般設定為空.
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:***************************************************
PS:下午收到了AIX中國的第二期!
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7507082/viewspace-1020508/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [openssh]windows 10使用cygwin安裝openssh服務端Windows服務端
- virtualbox ubuntu 安裝 openssh-serverUbuntuServer
- 升級openssh前安裝zlib報異常configure aborting
- win10 openssh伺服器安裝失敗的最佳解決方法Win10伺服器
- openSSH
- OpenSSH9.6p1的EL7版本rpm安裝包製作
- ubuntu-22.04.4編譯升級安裝 OpenSSH_9.8p1+OpenSSL 3.3.2+zlib1.3.1Ubuntu編譯
- OpenSSH使用
- linux opensshLinux
- OpenSSH 原始碼原始碼
- Windows使用OpenSSHWindows
- OpenSSH升級(從OpenSSH_7.4p1升級到OpenSSH_8.4p1) [操作指令碼]指令碼
- Ubuntu升級opensshUbuntu
- aix升級opensshAI
- 升級openssh7.9
- Linux openssh升級8.0Linux
- openssh key格式轉換
- 安裝npm 解除安裝npm 安裝apidocNPMAPI
- openssh 漏洞修復 openssl升級 OpenSSH_9.8p1麒麟系統
- BiocManager安裝,devtools安裝dev
- 原始碼升級SUSE openssh原始碼
- 使用OpenSSH證書認證
- 圖解 -- Win10 OpenSSH圖解Win10
- Linux安裝解除安裝MySQLLinuxMySql
- linux 安裝yum 安裝phpLinuxPHP
- Ubuntu解除安裝和安裝Ubuntu
- 02 安裝git、安裝TortoiseGitGit
- cocoapods安裝/解除安裝/使用
- JDK安裝和解除安裝JDK
- ffmpeg安裝之mac安裝Mac
- docker安裝及解除安裝Docker
- [ 安裝 ] Zeppelin安裝步驟!
- win10安裝版怎麼安裝_安裝版win10安裝教程Win10
- ElasticSearch的安裝和使用,Postman的安裝,Kibana的安裝,EShead外掛的安裝ElasticsearchPostman
- redhat 7.4從openssh7.6離線升級openssh8.4p1解決方法Redhat
- Mac Redis安裝與解除安裝MacRedis
- 安裝了IDLE後安裝tensorflow
- kratos安裝及依賴安裝
- Linux 解除安裝openjdk 安裝oraclejdkLinuxJDKOracle