How do I run this SSH on a python script?
ssh [email protected] 'DISPLAY=:0 notify-send "Title" "Description"'
My python script will ask for a raw_input() for the Title, and another one for the Description. Then the python will run the SSH inserting the Title and Description typed by the user.