I had a successfully unlocked iPhone, but decided to install a MobileTerminal, Term-vt100 and OpenSSH on it. I'd previously installed Dropbear SSH from INdependence 1.2. Well, I tried to install OpenSSH to use the SSH client from the phone, it worked, however, I lost the ability to connect to the iPhone via SSH - the connection was closed on 22 port. I've deinstalled OpenSSH, deinstalled Dropbear, installed OpenSSH. Nothing worked. I've deinstalled everything, installed Dropbear. It connects, but when I type any single command everything drops again.
Look:
white@applejuice:~> ssh root@192.168.2.4
root@192.168.2.4's password:
-sh-3.2# ls
Connection to 192.168.2.4 closed.
How can I fix that? Thanks.

