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,
$ ssh -t foo.bar.com gdb ... (gdb) ^C Quit