If your SSH key to our jump servers uses a passphrase (which we generally recommend) ... the awstunnel script will not prompt for that passphrase. Especially seems to happen after reboot, when your keychain (apparently?) forgets the passphrase.
Is there some way to force it to prompt? Part of the issue may be that awstunnel doesn't explicitly indicate which ssh key to use. It lets ssh try them in whatever order - which I guess can silently skip one lacking a passphrase.
If your SSH key to our jump servers uses a passphrase (which we generally recommend) ... the
awstunnelscript will not prompt for that passphrase. Especially seems to happen after reboot, when your keychain (apparently?) forgets the passphrase.Is there some way to force it to prompt? Part of the issue may be that
awstunneldoesn't explicitly indicate which ssh key to use. It letssshtry them in whatever order - which I guess can silently skip one lacking a passphrase.