Ssh python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Ssh python

how to open ssh connection with python?

18th Aug 2017, 5:31 PM
Yousef Fawadleh
Yousef Fawadleh - avatar
1 Answer
+ 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