rhel6.6 minimal安裝ssh不能用

flywiththewind發表於2017-01-05
最小化安裝完rhel6之後 配置互信
遇到如下錯誤:
[root@gpfs1 ~]# ssh
-bash: ssh: command not found


透過查資料百度等找到,需要安裝ssh客戶端

[root@gpfs1 ~]# yum -y install openssh-clients
Loaded plugins: product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package openssh-clients.x86_64 0:5.3p1-104.el6 will be installed
--> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-5.3p1-104.el6.x86_64
--> Running transaction check
---> Package libedit.x86_64 0:2.11-4.20080712cvs.1.el6 will be installed
--> Finished Dependency Resolution


Dependencies Resolved


===================================================================================================================================
 Package                       Arch                 Version                                  Repository                       Size
===================================================================================================================================
Installing:
 openssh-clients               x86_64               5.3p1-104.el6                            rhel-local-source               436 k
Installing for dependencies:
 libedit                       x86_64               2.11-4.20080712cvs.1.el6                 rhel-local-source                74 k


Transaction Summary
===================================================================================================================================
Install       2 Package(s)


Total download size: 510 k
Installed size: 1.4 M
Downloading Packages:
-----------------------------------------------------------------------------------------------------------------------------------
Total                                                                                               10 MB/s | 510 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : libedit-2.11-4.20080712cvs.1.el6.x86_64                                                                         1/2 
  Installing : openssh-clients-5.3p1-104.el6.x86_64                                                                            2/2 
  Verifying  : openssh-clients-5.3p1-104.el6.x86_64                                                                            1/2 
  Verifying  : libedit-2.11-4.20080712cvs.1.el6.x86_64                                                                         2/2 


Installed:
  openssh-clients.x86_64 0:5.3p1-104.el6                                                                                           


Dependency Installed:
  libedit.x86_64 0:2.11-4.20080712cvs.1.el6                                                                                        


Complete!

解決。

[root@gpfs1 ~]# ssh gpfs2 date
Thu Jan  5 13:42:15 CST 2017
[root@gpfs1 ~]# ssh gpfs1 date
Thu Jan  5 13:42:17 CST 2017
[root@gpfs1 ~]# ssh oracle date
Thu Jan  5 13:42:19 CST 2017
[root@gpfs1 ~]# ssh db2 date
Thu Jan  5 13:42:23 CST 2017


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26224914/viewspace-2131943/,如需轉載,請註明出處,否則將追究法律責任。

相關文章