Hi,
My Ansible version is 1.9, it works for debian 7, centos 6 and centos 7, but I have got errors to ping debian 8 "No handlers could be found for logger "paramiko.transport" FAILED => FAILED: Incompatible ssh peer (no acceptable kex algorithm)" . I can actually ping and ssh connection to the debian 8 machine, I thought Ansible is using simple ssh to connect hosts, why it stuck on python paramiko (anyway, the paramiko 1.15.1 is installed in the debian 8 machine)?
Searching from Internet suggested to change default connection type from default smart to ssh_alt, but I've got "unsupported connection type: ssh_alt". What are the connection types it supports for using -c?
Appreciate your advice to fix that .
Thank you.
Regards,
hce