admin管理员组

文章数量:1625111

报错信息如下

SH-dinghao:~ dinghao$ ssh root@localhost -p 5555
ssh_exchange_identification: Connection closed by remote host
复制代码
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 599, in process_request_thread
    self.finish_request(request, client_address)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 655, in __init__
    self.handle()
  File "/Users/dinghao/Code/USBSSH/tcprelay.py", line 82, in handle
    dsock = mux.connect(dev, self.server.rport)
  File "/Users/dinghao/Code/USBSSH/usbmux.py", line 235, in connect
    return connector.connect(device, port)
  File "/Users/dinghao/Code/USBSSH/usbmux.py", line 206, in connect
    raise MuxError("Connect failed: error %d"%ret)
MuxError: Connect failed: error 3

复制代码

####原因你敢信??? 因为手机重启之后不是越狱机啦 !!!哈哈哈哈哈哈,重新越狱搞定

本文标签: 报错iphoneusbSSH