I ran into some issues trying to get the SSH server working for remote unlock. It looks like dropbear (and openssh as well) expect specific permissions on the directories and files related to authorized_keys or it will bail with a very uninformative error message related to "publickey" - I exclusively used the Docker method to build, so perhaps this isn't encountered on a 'real' build environment.
To fix this I had to replace lines 142-144 of build.sh with the following:
Hello,
I ran into some issues trying to get the SSH server working for remote unlock. It looks like dropbear (and openssh as well) expect specific permissions on the directories and files related to authorized_keys or it will bail with a very uninformative error message related to "publickey" - I exclusively used the Docker method to build, so perhaps this isn't encountered on a 'real' build environment.
To fix this I had to replace lines 142-144 of build.sh with the following:
I can do a pull request if you'd like but it seemed overkill for these trivial changes.