Error:
$ ssh user@someserver ssh: Warning: Reading the random source seems to have blocked. If you experience problems, you probably need to find a better entropy source. |
1. Copy ssh to /sdcard/ from /system/bin/
2. Connect sd to computer (Linux).
3. hexeditor /mnt/sdcard/ssh
4. Find ASCII string “/dev/random”.
5. modify HEX “72 61 6E 64 6F 6D 00 63” to HEX “75 72 61 6E 64 6F 6D 00”
6. Save & Exit
7. Copy ssh to /system/bin from /sdcard/
8. Change owner & permission.
Over!
Well done!