SSH Over USB

From iPhone Development Wiki
Revision as of 22:17, 5 February 2010 by Comex (talk | contribs)

SSH over USB using usbmuxd

Tested on OS X. Works on Windows too, according to the README

  • Get usbmuxd source package and unpack
  • Go into folder python-client
  • chmod +x tcprelay.py
  • Run ./tcprelay.py -t 22:2222

Now you can log into your device via ssh root@localhost -p 2222

See ./tcprelay.py --help for further options.