On your PC/Mac compile dropbear and create keys with :-
$dropbearkey -t rsa dropbear_rsa_host_key
$dropbearkey -t dss dropbear_dss_host_key
iPhone SSH stuff
1) use "jailbreak" app or breaking out of jail manual method.
2) Open iPhoneInterface and connect
3) mkdir /etc/dropbear
4) hold home and power button for 25 seconds (place into restore mode)
5) reconnect iPhoneInterface
6) type :- grestore [wait for "FTL_Open" message to appear on the iPhone]
7) type :-
FileSystemCheck /dev/disk0s1
Mount /dev/disk0s1 /mnt1
(the following command creates copies of existing files on the filesystem that have execute permissions)
Ditto /mnt1/sbin/mount /mnt1/bin/sh
Ditto /mnt1/sbin/mount /mnt1/usr/bin/dropbear
Ditto /mnt1/sbin/mount /mnt1/bin/chmod
8) reboot iphone
9) reconnect iPhoneInterface in normal mode
10) cd /bin/
11) putfile sh
12) cd /usr/bin/
13) putfile dropbear
14) cd /bin/
15) putfile chmod
16) cd /etc/dropbear
18) putfile dropbear_rsa_host_key
19) putfile dropbear_dss_host_key
20) Reboot.
21) ssh -l root 192.168.1.222 (password is dottie)
-- pytey.