summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index 3d761e8..d25bb67 100644
--- a/README
+++ b/README
@@ -41,10 +41,13 @@ Building
41 make 41 make
42 sudo make install 42 sudo make install
43 43
44You should also create a usbmuxd user that has access to USB devices on your
45system. Alternatively, you can pass a different username after the -U argument.
46
44Running (with magic) 47Running (with magic)
45==================== 48====================
46 49
47 (Unplug + replug your iPhone) 50 (Unplug + replug your jailbroken iPhone)
48 ./iproxy 2222 22 & 51 ./iproxy 2222 22 &
49 ssh -p 2222 root@localhost 52 ssh -p 2222 root@localhost
50 53
@@ -53,6 +56,8 @@ output for the moment. If this is getting in the way of your ssh login, then
53run the 'ssh' command from a different xterminal 56run the 'ssh' command from a different xterminal
54or virtual console. 57or virtual console.
55 58
59If you have iFuse, you can run "ifuse <mountpoint">. This doesn't require
60iproxy and works on all phones, jailbroken or not.
56 61
57Running (without magic) 62Running (without magic)
58======================= 63=======================
@@ -66,7 +71,6 @@ usbmuxd'.
66 ./iproxy 2222 22 & 71 ./iproxy 2222 22 &
67 ssh -p 2222 root@localhost 72 ssh -p 2222 root@localhost
68 73
69
70Tip: Starting SSH if disabled 74Tip: Starting SSH if disabled
71============================= 75=============================
72 76
@@ -82,7 +86,7 @@ the device), and then edit:
82 86
83to _remove_ the lines: 87to _remove_ the lines:
84 88
85 <key>Diabled</key> 89 <key>Disabled</key>
86 <true/> 90 <true/>
87 91
88Reboot the device and then sshd should be running. 92Reboot the device and then sshd should be running.