summaryrefslogtreecommitdiffstats
path: root/README
blob: 5cb74f9174df079edd913d01f401b83874126d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Build
=====

  make


Use
===

  sudo ./usbmuxd &
  ./iproxy 2222 22 &
  ssh -p 2222 root@localhost

Muwahahaha.  Hopefully you get the normal SSH login prompt.


SSH
===

If your iphone is rooted, but isn't running SSH, you will need to
mount it with 'ifuse --afc2' (to access the root directory of the
device).

And then edit:

  /Library/LaunchDaemons/com.openssh.sshd.plist

to _remove_ the lines:

  <key>Diabled</key>
  <true/>

Reboot the device and then sshd should be running.