bash: ssh: command not found解决方法(linux)
Posted 倔强小梦 ☺
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bash: ssh: command not found解决方法(linux)相关的知识,希望对你有一定的参考价值。
原文转自:http://www.cnblogs.com/ahauzyy/archive/2013/04/25/3043699.html
今天在搭建hadoop的开发环境中,用的是centsos6.0的操作系统,由于选安装时选的是最小安装。在配置Master无密码登录时,敲ssh命令时出现
1 -bash: ssh: command not found
最后在网上找到的解决方法为
1 yum -y install openssh-clients
以上是关于bash: ssh: command not found解决方法(linux)的主要内容,如果未能解决你的问题,请参考以下文章