diff options
author | Paul Sladen | 2009-02-25 20:01:34 +0100 |
---|---|---|
committer | Nikias Bassen | 2009-02-25 20:01:34 +0100 |
commit | 523c44d0018c2e8480b37ac917aef7469b4b3a65 (patch) | |
tree | 981015afabe6df3574bb7ee06c82bd438b7f29fe /Readme.txt | |
parent | 6e2946da89ce8c44ac2b78e49c8fc934974d021d (diff) | |
download | usbmuxd-523c44d0018c2e8480b37ac917aef7469b4b3a65.tar.gz usbmuxd-523c44d0018c2e8480b37ac917aef7469b4b3a65.tar.bz2 |
A Readme, Makefile updates and cosmetic changes.
Diffstat (limited to 'Readme.txt')
-rw-r--r-- | Readme.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000..deece52 --- /dev/null +++ b/Readme.txt @@ -0,0 +1,34 @@ +Build +===== + + make + +Use +=== + + sudo ./usbmuxd & + ./iproxy 2222 22 & + ssh -p 2222 root@localhost + +Muwahahaha. Hopefully you get the normal SSH login prompt. + + Unfortunately, as of 2009-02-24 this only survives for a single + connection. You will have to restart the 'iproxy' part. + +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. |