启动ssh报错ssh -o StrictHostKeyChecking=no master

前端之家收集整理的这篇文章主要介绍了启动ssh报错ssh -o StrictHostKeyChecking=no master前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

报错The authenticity of host 'master (172.17.0.37)' can't be established.

[root@master /]# ssh master
The authenticity of host 'master (172.17.0.37)' can't be established.
RSA key fingerprint is df:41:8b:71:b5:bc:06:f6:d7:be:ef:3a:32:e6:64:f4.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'master,172.17.0.37' (RSA) to the list of known hosts.

解决方

[root@master ~]# ssh -o StrictHostKeyChecking=no master
Last login: Mon Nov  6 22:00:21 2017 from master
[root@master ~]# 
原文链接:/ssh/417683.html

猜你在找的SSH相关文章