I have a program running on a remote machine which expects to receive SIGINT from the parent. That program needs to receive that signal to function correctly. Unfortunately,
Can you run a terminal on the remote machine and use kill -INT to send it the signal?
kill -INT