I am connecting to remote Linux PCs via ssh, to update software and do other tasks. I want to send a notification to the remote PCs screen (eg, "Do not run program X, it is being updated now"), so the users do know what is happening.
Is there a reverse way for ssh -X host so I can connect to a remote Linux machine and run notify-send and it appears on the other display?

notify-sendis just an example, right? Assuming "PC" refers to Windows, I guessnotify-sendwon't work on the target machine. Or am I not understanding the question? – Arjan Jan 20 '11 at 10:31