1. 首页
  2. 移动开发
  3. iOS
  4. iOS 10以上ssh连接Dropbear

iOS 10以上ssh连接Dropbear

上传者: 2018-12-19 13:07:06上传 文件 1.75MB 热度 197次
在iOS 10的越狱iPhone上,安装了OpenSSH但是无法工作,可以安装Dropbear 首先越狱,然后使用iFunbox,91助手,pp助手,同步助手等工具,将文件拷贝至手机上 然后使用Cydia安装iFile 运行iFile,浏览到Dropbear所上传的目录,然后运行这个deb文件即可。 然后使用以下两种方式连接: 1、USB连接 brew install usbmuxd 或 brew install libimobiledevice iproxy 4567 22 ssh -p 4567 root@127.0.0.1 2、WIFI连接(需要先SSH进入iPhone系统,或者使用Cydia安装MTerminal,然后执行命令行) dropbear -p 4567 ssh -p 4567 root@127.0.0.1
用户评论