mirror of https://github.com/ansible/ansible.git
Fix for issue #353 (handle change in ssh-keygen behaviour)
Prior to openssh 6.4, ssh-keygen -F returned 0 (and no output) when no host was found. After then, it instead returned 1 and no output. This revised code behaves correctly with either behaviour. There is currently no other code path that results in exit(1) and no output.pull/18777/head
parent
b90f97442d
commit
dd9d5cc670
Loading…
Reference in New Issue