First install the OpenSSH plugin on the jailbreak, and then look at the IP address of the device, which is assumed to be 192.168.xxx.xxx.
then use the terminal on your Mac to connect to the device via open ssh (the initial login password is Alpine , you must modify it immediately, otherwise anyone can connect to your machine to sabotage).
The connection command is:ssh [email protected] Device IP address
The Change Password command is:passwd
For example:
$ SSH [email protected] The authenticity of host ' 192.168.xxx.xxx (192.168.xxx.xxx) ' can ' t be established. RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx. Is you sure want to continue connecting (yes/no)? Y Please type ' yes ' or ' no ': Yes warning:permanently added ' 192.168.xxx.xxx ' (RSA) to the list of known hosts. [email protected] ' s password:root#
Change Password:
root# passwdchanging password for root. New Password:retype New password:root#
after that, you can use your Mac to connect to your iOS device via SSH, then use the terminal to toss it. Ha ha.