I installed Debian 9 on a VPS and configured the root partition to be encrypted. However, due to the installer giving me trouble when attempting to encrypt, I had to do this manually.
To be able to unlock the root partition via SSH during boot I also installed dropbear-initramfs
and updated the initramfs using update-initramfs -u
.
On boot, I am now able to connect to the dropbear
server.
After the login process, cryptroot-unlock
(which is invoked automatically when logging in via SSH) fails with the following error message:
Error: Timeout reached while waiting for askpass.
and closes the connection.
I didn't find anything on this exact error message on the web and tried to make sure I didn't make any config mistakes, but nothing seemed to help so far.
At the moment, I am able to chroot into the system using a rescue live system; what can I do to fix this error?