0

I'm new to django and trying to build tool that need to perform task on linux servers.

I gone through Fabric which is cool, is this the only way i can do ssh?

When user submit request, the task/job should run background, what is the best way to achieve?

Appreciate for your all inputs suggestions.

Nani
  • 5
  • 1
  • Paramiko for SSH connections, Huey for doing them in the background (you don't want to do long operations during requests). – AKX Feb 22 '21 at 17:52
  • https://stackoverflow.com/questions/3586106/perform-commands-over-ssh-with-python – Håken Lid Feb 22 '21 at 18:07

0 Answers0