From 0d117bd6975f2c5e11726b6302863ff3f3b61d16 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Mon, 26 Oct 2009 16:22:33 +0100 Subject: Improve README --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 3d761e8..d25bb67 100644 --- a/README +++ b/README @@ -41,10 +41,13 @@ Building make sudo make install +You should also create a usbmuxd user that has access to USB devices on your +system. Alternatively, you can pass a different username after the -U argument. + Running (with magic) ==================== - (Unplug + replug your iPhone) + (Unplug + replug your jailbroken iPhone) ./iproxy 2222 22 & ssh -p 2222 root@localhost @@ -53,6 +56,8 @@ output for the moment. If this is getting in the way of your ssh login, then run the 'ssh' command from a different xterminal or virtual console. +If you have iFuse, you can run "ifuse . This doesn't require +iproxy and works on all phones, jailbroken or not. Running (without magic) ======================= @@ -66,7 +71,6 @@ usbmuxd'. ./iproxy 2222 22 & ssh -p 2222 root@localhost - Tip: Starting SSH if disabled ============================= @@ -82,7 +86,7 @@ the device), and then edit: to _remove_ the lines: - Diabled + Disabled Reboot the device and then sshd should be running. -- cgit v1.1-32-gdbae