Ssh python | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Ssh python

how to open ssh connection with python?

18th Aug 2017, 5:31 PM
Yousef Fawadleh
Yousef Fawadleh - avatar
1 Respuesta
+ 2
needed to add policy as follows ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) and yes it did work, many thanks :)
19th Aug 2017, 4:47 PM
Yousef Fawadleh
Yousef Fawadleh - avatar