Kill backgrounded SSH when shell exits
I’m trying to spawn an SSH from my bash profile script that runs in the background for connection sharing (via its control socket). The problem I’m running into is a reliable way to ensure the SSH doesn’t stay running once the TTY is closed (or more directly; once the parent bash shell has exited).