diff options
author | Nikias Bassen | 2009-03-28 01:28:01 +0100 |
---|---|---|
committer | Nikias Bassen | 2009-03-28 01:28:01 +0100 |
commit | 91d76eb4e449dec0cb23d56886817d9910963559 (patch) | |
tree | 62a5a669766c304dafaaba3bca31df7275d21fc9 /README | |
parent | 6c427211553ee9f5433fb4314d66b68ffb45bae6 (diff) | |
download | usbmuxd-91d76eb4e449dec0cb23d56886817d9910963559.tar.gz usbmuxd-91d76eb4e449dec0cb23d56886817d9910963559.tar.bz2 |
Readme.txt renamed to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,33 @@ +Build +===== + + make + + +Use +=== + + sudo ./usbmuxd & + ./iproxy 2222 22 & + ssh -p 2222 root@localhost + +Muwahahaha. Hopefully you get the normal SSH login prompt. + + +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. |