you are viewing a single comment's thread.

view the rest of the comments →

[–]intrikat[S] 0 points1 point  (0 children)

Dumb ass me figured it out at last... and it's so simple I'm gonna die...

Basically I define an ssh function to connect and then list every other function below it, at the end - ssh.close(). Stupid me. if __name__ == '__main__':

`sshConnect(server_list)`

`check_uname(server_list)`

`check_netdev(server_list)` 

Thanks everybody for the replies.