I think the firewall blocks it by default, iptables -P INPUT ACCEPT; iptables -F INPUT, or just remove the firewall script in /etc/init.d and reboot... or do it "properly", creating a rule for TCP port 22 SYN... but I didn't bother. Also you do have to edit the dropbear config. to allow it to listen on WiFi interface.
|