CentOS都会自带openssh-server,即使是最小安装也会带有,所以我们只需要安装openssh-clients即可。
在命令行下输入命令:yum -y install openssh-clients
然后使用命令:ssh -version查看是否安装成功,出现以下结果即表示安装成功: