美文网首页
ansible 中如何取消ssh交换式 yes/no

ansible 中如何取消ssh交换式 yes/no

作者: Punk | 来源:发表于2021-06-21 14:01 被阅读0次


如何去除ssh无交互式添加 known_hosts

配置文件/etc/ansible/ansible.cfg的[defaults]中打开注释

# uncomment this to disable SSH key host checking

host_key_checking = False

相关文章

网友评论

      本文标题:ansible 中如何取消ssh交换式 yes/no

      本文链接:https://www.haomeiwen.com/subject/xrsyyltx.html