Execute Python scripts over SSH without copying them
Posted on 2025-01-05 in Trucs et astuces • Tagged with SSH, Linux
You can run scripts (written in Python or any other language) directly on a server if the proper interpreter is installed. I recently used it to run a Python script over several servers without the need to copy the relevant script on the server. It all relies on the following …
Continue reading