Ansible常见报错汇总
问题1:SSHException: Incompatible ssh peer (no acceptable kex algorithm)

原因:
1)ssh版本问题(相关资料参考地址)
2)目标主机禁止root账号登陆
出处:http://www.cnblogs.com/madsnotes/
声明:本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。问题1:SSHException: Incompatible ssh peer (no acceptable kex algorithm)

原因:
1)ssh版本问题(相关资料参考地址)
2)目标主机禁止root账号登陆
出处:http://www.cnblogs.com/madsnotes/
声明:本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。