I want to execute a Python script on several (15+) remote machine using SSH. After invoking the script/command I need to disconnect ssh session and keep the processes running in
On Linux machines, you can run the script with 'at'.
echo "python scriptname.py" ¦ at now