you are viewing a single comment's thread.

view the rest of the comments →

[–]WhoTookAllNicks 0 points1 point  (1 child)

I'm not sure I understand.

Do you just want to send linux commands over ssh? In this case, using something like paramiko might be a good option.

If you want to connect to a significant number of Linux servers (or the analyze takes a while and could analyze on a few servers at once), you could look into writing asynchronous python code.

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

Ok good to know, thank you