Created
June 24, 2014 22:48
-
-
Save nightfly19/a6b7d5451bc6e6973304 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/lib/python2.6/site-packages/ansible/runner/connection_plugins/paramiko_ssh.py", line 330, in close | |
self.ssh.load_system_host_keys() | |
File "/usr/lib/python2.6/site-packages/paramiko/client.py", line 149, in load_system_host_keys | |
self._system_host_keys.load(filename) | |
File "/usr/lib/python2.6/site-packages/paramiko/hostkeys.py", line 155, in load | |
e = HostKeyEntry.from_line(line) | |
File "/usr/lib/python2.6/site-packages/paramiko/hostkeys.py", line 67, in from_line | |
key = RSAKey(data=base64.decodestring(key)) | |
File "/usr/lib/python2.6/site-packages/paramiko/rsakey.py", line 61, in __init__ | |
raise SSHException('Invalid key') | |
SSHException: Invalid key | |
yellow-eyed.cs.pdx.edu | success >> { | |
"changed": false, | |
"ping": "pong" | |
} | |
# ansible --version | |
ansible 1.6.2 | |
# cat /etc/ansible/ansible.cfg | grep host_key | |
host_key_checking = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment