iPadMini(iOS 10.0.2 JailBreak) ssh not work
解决方法:
1>用iPad终端或者iFunBox等工具,进入iPad文件系统目录 /Library/LaunchDaemons/
2>在LaunchDaemons目录中找到dropbear.plist文件,将文件中的 “127.0.0.1:22” 改为 “22”
3>打开iPad终端,进入目录”/Library/LaunchDaemons/”, 切换至root用户(su root),执行以下2条命令
“launchctl unload dropbear.plist”
“launchctl load dropbear.plist”
4>打开Mac终端 ssh root@ios_device_ip,完成!
参考:
http://www.iphonehacks.com/2017/02/ios-10-yalu-jailbreak-faq.html(Can I Install OpenSSH? )
https://www.reddit.com/r/jailbreak/comments/5s19qg/tutorial_ssh_over_wifi_with_yalu102_jb/ddcm867/