0

I'm making an app via python with GUI.

I want to set a button that will connect to a specific path and run some commands at the server and leave the terminal open after he will finished running the commands.

I'm trying to send a several commands to CMD/MobaXterm with python,

I need to access a certain path with ssh, and add a command, like ls -l

Thanks.

nikol
  • 33
  • 3
  • you can create a bash file running and ssh directly to the server you want... why do you have to go through MobaXterm? – dtlam26 Jan 17 '22 at 10:41
  • I'm making an app via python with gui,. I want to set a button that will connect to a specific path and run some commands at the server. – nikol Jan 18 '22 at 11:56

0 Answers0