-1

I am trying to "control" another linux computer by sending commands via its sockets, for example, send a command ls to 123.222.12.1:5050. This is an example of what I'm interested in implementing

If we do not use the special code (sendsockcmd) as shown in the above weblink, are there other ways to do this in python?

Mike Pennington
  • 41,899
  • 19
  • 136
  • 174
brainstorm
  • 181
  • 1
  • 3

1 Answers1

0

You should try out the paramiko module, as in this question.

Community
  • 1
  • 1
Valdir Stumm Junior
  • 4,568
  • 1
  • 23
  • 31