How do I change my password on my iPhone so that people can't hack it? |
There are two ways to change your password on an iOS device. Both require some software to be installed. Note that you'll actually be changing two passwords, both the standard user account (account name is mobile), and the administrator, or root account. 1. On the device
2. Via SSH
Ok, last bit is the same for both. Enter the following commands:
Enter alpine as the password
Enter your new user password twice. Usual password rules, complex but memorable!
Enter your new root password twice. You might want to have this written down somewhere safe! That's it, all done! |
Just a reminder to everyone who's updated to 4.3.1 and re-jailbroken: Your password is back to alpine again... ;) 1
And, the version of mobileterminal on the ijailbreak repo is the latest as of right now. 1
And try to do this before installing OpenSSH :D OK, I spoke too soon. The version on ijailbreak is broken, once installed Cydia will want to upgrade it constantly. I put a fixed copy on my repo. www.pepper.net Is it the same package? I used the one on ijailbreak and then just removed the repo to stop the update notification cycle, there wasn't anything else useful on it anyway. yeah, exactly the same. I just fixed the problem in the control file and did some other repo-specific stuff to it. I also grabbed that other one (the old, modified one) and put it up there too. I got both of them from the googlecode link above. BTW, building a repo is not nearly as difficult as I first imagined it would be, and I did all the linux command line stuff on the phone itself. Cool, I was just checking out your repo and saw that the version number is the same, so I figured it was just a repo issue. Good work! |