现在的位置: 首页 > 综合 > 正文

SSH Over USB

2018年02月13日 ⁄ 综合 ⁄ 共 395字 ⁄ 字号 评论关闭

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

The -t switch tells tcprelay to run threaded and allow more than one ssh over the same port.

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

转自:http://www.iphonedevwiki.net/index.php/SSH_Over_USB

抱歉!评论已关闭.