1. Download the attached file dropbearSetup.zip. It contains 3 scripts (lin files).
1. sshdPrepare.lin prepares Dropbear's diretories and permissions.
3. sshdPrepareUser.lin creates profiles for EZX and ROOT users.
4. sshdCopyKeys.lin copies public keys (from client) to the authorizes keys to use with user ROOT.
2. First of all, unpack sshd-a1200-v1_0.zip and dropbearSetup.zip on your device's transflash and install Bragon's sshd-a1200-v1_0.pkg.
3. Reboot the phone to see the SSHD icon on the menu.
4. Create a file named "mykey.pub" in the same directory you have unpacked the scripts with a text editor that uses UNIX like line terminator (on windows you can use Metapad - search with google).
6. The file should have only one line (or one for each public key you create). The content has to be:
ssh-rsa <yourkey> <root>
<yourkey> is the client public key. This is the content of the public key file you've created with puttygen.exe without the first two lines, the last line and without any line break.
<root> is just a comment, you can put anything here to remember what key is this.
7. I attached a sample mykey.pub for reference.
8. Execute the three scripts with linload in this sequence:
1. sshdPrepare.lin
2. sshdPrepareUser.lin
3. sshdCopyKeys.lin
9. End
10. You can execute sshdCopyKeys.lin again for other keys (i have one to use at home and another to use at work)