Quote:
Originally Posted by kyte
Having used the 1.1.2 jailbreak method (the java jailbreak file) and subsequently changing my password with that app *on the phone*... I now find that not only does my new password not work, but neither of the old options work either. ie, no SSH access to my phone.
Are there any steps I could follow to fix this situation? commands via VT100 for example?
|
I'm not quite sure where to start (remote, blind debugging) but if you have the VT100 terminal app on your iPhone, then you can (re)set your phone's root password to anything you choose:
Code:
# passwd
Changing password for root.
New password: freddo
Retype new password: freddo
Do you know if there's still an ssh daemon running on the phone (i.e. it wasn't blown away by the jailbreaking? You can try this, again on the phone's VT100, with:
If the command ellicits a response (typically asking for you to authenticate the phone's RSA key for the first time (just respond 'no'), then the ssh daemon is there and responding.
If you're successfully up to here, can you now ssh in to your phone, using its wireless IP, from your Mac?