April 2, 2020

SET UP MAC FOR SSH - SSH INTO YOUR iPHONE

In this post i will tell you how to set up your mac to ssh into your iDevice!
Remember you need to be Jailbroken with checkra1n, if you are jailbroken with unc0ver/chimera/odyssey then you will need to install OpenSSH.

After that turn on your Mac/ Macbook and follow the steps mentioned below:
  1. OPEN TERMINAL
  2. PASTE THIS COMMAND AS IT IS:
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
  3. THEN PASTE THIS COMMAND:
    brew install usbmuxd
  4. THEN TYPE iproxy 2222 44
  5. THEN OPEN A NEW TERMINAL TAB
  6. TYPE ssh root@localhost -p 2222
  7. Then type yes and press enterr.
  8. Now enter your root password which is alpine if you have not changed it.
  9. DONE !
You have to be careful with entering commands, as it might cause some errors.