Am trying to make a connection to a remote machine, I see this issue with only few machines... I searched thoroughly in stack overflow, didnt find the exact fix for the same.
This is the detailed error:
No handlers could be found for logger "paramiko.transport"
Traceback (most recent call last):
File "./ffe_sanity.py", line 199, in <module>
ffeobj = ffe_sanity(hostname, hostuser, td_host_password)
File "./ffe_sanity.py", line 114, in __init__
self.client.connect(td_host_name, username=td_host_user, password=td_host_password)
File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 265, in connect
t.start_client()
File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 406, in start_client
raise e
paramiko.ssh_exception.SSHException: Incompatible ssh peer (no acceptable kex algorithm