-bash: ssh: command not found的完美解决

-bash: ssh: command not found 

解决方法:

命令安装SSH:

 yum -y install openssh-clients

 具体命令如下:

[root@node01 .ssh]# ssh node01
-bash: ssh: command not found
[root@node01 .ssh]# rpm -qa | grep openssh
openssh-5.3p1-111.el6.i686
openssh-server-5.3p1-111.el6.i686
[root@node01 .ssh]# yum -y install openssh-clients
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile

验证ssh是否可用

Dependency Updated:
  openssh.i686 0:5.3p1-124.el6_10                             openssh-server.i686 0:5.3p1-124.el6_10                            

Complete!
[root@node01 .ssh]# ssh node01
The authenticity of host 'node01 (192.168.136.111)' can't be established.
RSA key fingerprint is 4b:88:17:42:f5:2b:dc:47:76:c0:1b:f9:5f:2f:0b:c1.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'node01,192.168.136.111' (RSA) to the list of known hosts.
Last login: Fri Mar 13 23:38:46 2020 from 192.168.136.1
[root@node01 ~]# 

完毕~~~
 

  • 1
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

我是一名程序猿

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值