I have an SSH tunnel that I run with autossh to keep it going reliably.
The only issue I have is that I have an encrypted private key which I use to connect. If I want to fork my process to the background, then I never get the opportunity to enter my password and unlock my key.
Is there any way to have autossh fork after I enter my password?