AIX5.3安装ssh 笔记

简介:
今天在AIX5.3 上安装SSH时遇到不少问题,基本上折腾了一天,把这个过程记录下来,避免以后再犯同样的错误。
 
先列出需要的软件地址:
 
 
 
刚开始下载了openssh-4.7_new5302.tar.Z,openssl.0.9.8.1100.tar.Z 两个版本,安装ssl的时候正常,
# uncompress openssl.0.9.8.1100.tar.Z
# tar xvf openssl.0.9.8.1100.tar
#smitty 安装软件。
安装ssh时,安装license时也是正常的,安装base的时候就报错了,提示:
 
+-----------------------------------------------------------------------------+
                    Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...
FAILURES
--------
  Filesets listed in this section failed pre-installation verification
  and will not be installed.
  Requisite Failures
 ------------------
 SELECTED FILESETS:  The following is a list of filesets that you asked to
 install.  They cannot be installed until all of their requisite filesets
 are also installed.  See subsequent lists for details of requisites.
   openssh.base.client 5.4.0.6101            # Open Secure Shell Commands
   openssh.base.server 5.4.0.6101            # Open Secure Shell Server
   openssh.msg.en_US 5.4.0.6101              # Open Secure Shell Messages -...
 MISSING REQUISITES:  The following filesets are required by one or more
 of the selected filesets listed above.  They are not currently installed
 and could not be found on the installation media.
    openssl.base 0.9.8.1300                   # Fileset Update
  << End of Failure Section >>
FILESET STATISTICS
------------------
    3  Selected to be installed, of which:
        3  FAILED pre-installation verification
  ----
    0  Total to be installed

Pre-installation Failure/Warning Summary
----------------------------------------
Name                      Level           Pre-installation Failure/Warning
-------------------------------------------------------------------------------
openssh.msg.en_US         5.4.0.6101      Requisite failure
openssh.base.server       5.4.0.6101      Requisite failure
openssh.base.client       5.4.0.6101      Requisite failure
 
# lslpp -l | grep -i ssl
  openssl.base            0.9.8.1100  COMMITTED  Open Secure Socket Layer
  openssl.license         0.9.8.1100  COMMITTED  Open Secure Socket License
  openssl.man.en_US       0.9.8.1100  COMMITTED  Open Secure Socket Layer
  openssl.base            0.9.8.1100  COMMITTED  Open Secure Socket Layer
 
# lslpp -l | grep -i ssh
  openssh.license         5.4.0.6101  COMMITTED  Open Secure Shell License
可以看到就是base包没有安装成功。 在群里发了信息后,随风舞朋友提示说缺少上面红色字体中的openssl.base 0.9.8.1300   包了。应该是我下载的2个软件不一致造成的,他建议我用用openssh_5.2p1_aix53.tar.Z和openssl.0.9.8.1100.tar.Z 这2个组合用 。
重新下载openssh_5.2p1_aix53.tar.Z 包和openssl.0.9.8.1100.tar.Z 文件一并上传到aix里,安装顺利完成, 不过安装ssh的时候,没有license可以选择的,直接选择base就可以了,也或者是之前装过低版本的ssh的License的原因吧。
安装完成后,看到ssh服务已经启动了。
# lssrc -a | grep ssh
 sshd             ssh              417972       active



本文转自 gjm008 51CTO博客,原文链接:http://blog.51cto.com/gaoshan/410463,如需转载请自行联系原作者
相关文章
|
3月前
|
Ubuntu Linux 网络安全
【计算机网络】SSH 服务安装
【1月更文挑战第10天】【计算机网络】SSH 服务安装
|
1月前
|
缓存 网络协议 数据可视化
WinSCP下载安装并实现远程SSH本地服务器上传文件
WinSCP下载安装并实现远程SSH本地服务器上传文件
|
5月前
|
Ubuntu 网络安全 Docker
Ubuntu 安装与配置ssh (docker)
Ubuntu 安装与配置ssh (docker)
105 0
|
5月前
|
Shell 网络安全 数据安全/隐私保护
debian安装ssh(傻瓜教程)+证书免密登录
debian安装ssh(傻瓜教程)+证书免密登录
354 0
|
5月前
|
jenkins 持续交付 网络安全
Jenkins安装SSH插件
Jenkins安装SSH插件
75 0
|
6月前
|
Linux 网络安全 开发工具
百度搜索:蓝易云【Git安装 + 多站点SSH Key配置教程。】
现在,你已经成功安装了Git,并配置了多站点的SSH Key。你可以使用Git命令进行版本控制,并通过SSH Key进行身份验证来访问不同的Git仓库。
153 0
|
3月前
|
网络协议 安全 网络安全
Android Termux安装SSH结合内网穿透实现远程SFTP文件传输
Android Termux安装SSH结合内网穿透实现远程SFTP文件传输
45 0
|
6月前
|
安全 Linux 网络安全
百度搜索:蓝易云 ,Linux Debian11服务器安装SSH,创建新用户并允许SSH远程登录,及SSH安全登录配置!
这些步骤提供了在Debian 11服务器上安装SSH,创建新用户并允许SSH远程登录以及进行SSH安全登录配置的指南。请确保按照步骤操作,并根据您的需求进行必要的修改。
100 0
|
3月前
|
存储 Ubuntu 网络安全
百度搜索:蓝易云【Ubuntu14.04离线安装ssh所需安装包deb教程】
现在,你已经在Ubuntu 14.04离线机器上成功安装了SSH服务。注意,在离线安装过程中,可能需要手动处理依赖项问题。
37 0
|
3月前
|
监控 Ubuntu 安全
百度搜索:蓝易云【Ubuntu安装Net-tools和SSH】
请注意,这些命令假设您已经具有适当的网络连接,并具有sudo或root权限。根据您的具体环境和要求,可能需要进行其他配置和调整。确保在进行任何与网络和安全相关的操作之前,详细了解您的需求和网络环境,并采取适当的安全措施。
64 1