SSH Over USB: Difference between revisions

From iPhone Development Wiki
(Created page with '== SSH over USB using usbmuxd == Tested on OS X. Works on Windows too, according to the README Get [[http://marcansoft.com/blog/iphonelinux/usbmuxd/|usbmuxd] source package. G…')
 
Line 3: Line 3:
Tested on OS X. Works on Windows too, according to the README  
Tested on OS X. Works on Windows too, according to the README  


Get [[http://marcansoft.com/blog/iphonelinux/usbmuxd/|usbmuxd] source package.
* Get [http://marcansoft.com/blog/iphonelinux/usbmuxd/ usbmuxd] source package and unpack
Go into folder python-client
* Go into folder python-client
chmod +x tcprelay.py
* chmod +x tcprelay.py
Run ./tcprelay.py 22:2222
* Run ./tcprelay.py 22:2222


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


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

Revision as of 22:07, 8 January 2010

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 22:2222

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

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