使用ssh 登陆机器的时候,强制使用RSA 算法生成key,sshrsa


[root@access-applianc ~]# ansible-playbook /opt/IMAppliance/ansible/gateway.yml
----------------------------------------------------------------
Log Path:       /log/ansible/PLAYBOOK/2018-07-17T12:20:38.846074
Configuring:                                                0%

Task Name: Test nxos static route
Error:
 "paramiko: The authenticity of host 'localhost' can't be established.\nThe ssh-rsa key fingerprint is bfa3c15370b035e0f7c10eae21ee1f46."

当使用ssh 重新生成RSA key之后,就解决了这个问题。

ssh -o HostKeyAlgorithms=ssh-rsa -o FingerprintHash=md5 user@example.com

 

相关内容

    暂无相关文章