summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 33 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5cb74f9
--- /dev/null
+++ b/README
@@ -0,0 +1,33 @@
1Build
2=====
3
4 make
5
6
7Use
8===
9
10 sudo ./usbmuxd &
11 ./iproxy 2222 22 &
12 ssh -p 2222 root@localhost
13
14Muwahahaha. Hopefully you get the normal SSH login prompt.
15
16
17SSH
18===
19
20If your iphone is rooted, but isn't running SSH, you will need to
21mount it with 'ifuse --afc2' (to access the root directory of the
22device).
23
24And then edit:
25
26 /Library/LaunchDaemons/com.openssh.sshd.plist
27
28to _remove_ the lines:
29
30 <key>Diabled</key>
31 <true/>
32
33Reboot the device and then sshd should be running.