SSH配置过程中,公钥保存时出现错误:
The authenticity of host 'master (192.168.1.2)' can't be established.
解决办法:
执行 ssh -o StrictHostKeyChecking=no 192.168.1.2
来源:http://blog.csdn.net/kimsoft/article/details/5865418
SSH配置过程中,公钥保存时出现错误:
The authenticity of host 'master (192.168.1.2)' can't be established.
解决办法:
执行 ssh -o StrictHostKeyChecking=no 192.168.1.2
来源:http://blog.csdn.net/kimsoft/article/details/5865418
本文标题:Hadoop(1)---hadoop环境配置
本文链接:https://www.haomeiwen.com/subject/dejdattx.html
网友评论