Posts Tagged cydia
Required Packages to install after a Jailbreak
Posted by Sébastien Stormacq in iPhone on 26/05/2012
Here is a short list of packages I am installing after a jailbreak.
|
Then connect to your phone using ssh (root/alpine) AND CHANGE THE ROOT PASSWORD !!
And because I care about security, I also apply the following :
- Create
.ssh/authorized_keys
to copy my public SSH key. This allows key based authentication
- Disable SSH’s password authentication in /etc/ssh/sshd_config
PasswordAuthentication no PermitEmptyPasswords no
- Restart sshd dameon
iPhone:~ root# launchctl stop com.openssh.sshd iPhone:~ root# launchctl start com.openssh.sshd
Enjoy !
<UPDATE date=”23 September 2012″>
iPhone 3GS and iPhone 4 owners can jailbreak iOS 6 in tethered mode (need a cable connection to boot the phone)
http://www.ijailbreak.com/jailbreak/how-to-jailbreak-ios-6-and-install-cydia-mac-os-x/
</UPDATE>