diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 7 insertions, 3 deletions
| @@ -41,10 +41,13 @@ Building | |||
| 41 | make | 41 | make |
| 42 | sudo make install | 42 | sudo make install |
| 43 | 43 | ||
| 44 | You should also create a usbmuxd user that has access to USB devices on your | ||
| 45 | system. Alternatively, you can pass a different username after the -U argument. | ||
| 46 | |||
| 44 | Running (with magic) | 47 | Running (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 | |||
| 53 | run the 'ssh' command from a different xterminal | 56 | run the 'ssh' command from a different xterminal |
| 54 | or virtual console. | 57 | or virtual console. |
| 55 | 58 | ||
| 59 | If you have iFuse, you can run "ifuse <mountpoint">. This doesn't require | ||
| 60 | iproxy and works on all phones, jailbroken or not. | ||
| 56 | 61 | ||
| 57 | Running (without magic) | 62 | Running (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 | |||
| 70 | Tip: Starting SSH if disabled | 74 | Tip: Starting SSH if disabled |
| 71 | ============================= | 75 | ============================= |
| 72 | 76 | ||
| @@ -82,7 +86,7 @@ the device), and then edit: | |||
| 82 | 86 | ||
| 83 | to _remove_ the lines: | 87 | to _remove_ the lines: |
| 84 | 88 | ||
| 85 | <key>Diabled</key> | 89 | <key>Disabled</key> |
| 86 | <true/> | 90 | <true/> |
| 87 | 91 | ||
| 88 | Reboot the device and then sshd should be running. | 92 | Reboot the device and then sshd should be running. |
