Skip to content

Instantly share code, notes, and snippets.

@nightfly19
Created June 24, 2014 22:48
Show Gist options
  • Save nightfly19/a6b7d5451bc6e6973304 to your computer and use it in GitHub Desktop.
Save nightfly19/a6b7d5451bc6e6973304 to your computer and use it in GitHub Desktop.
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