Ansible asking for ssh key passphrase for key that does not have one

喜欢而已 提交于 2019-12-13 05:06:22

问题


I generated an rsa_id ssh key, and used ssh-copy-id on my own account on localhost, just to test running Ansible against localhost with ssh.

I did not use a passphrase. However, when running ansible against localhost, I'm prompted with:

Enter passphrase for key '/home/username/.ssh/id_rsa.pub':

来源:https://stackoverflow.com/questions/56572518/ansible-asking-for-ssh-key-passphrase-for-key-that-does-not-have-one

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!