Again, AptBackup gave an error but was easily fixed by duping the list files, press backup, restore list files, restore.
Security tips:
vim /Library/LaunchDaemons/com.openssh.sshd.plist
Remove
<key>Bonjour</key><array>...</array>
to hide from bonjour (local net).If you want to change the portnumber from 22 to 443 or so, you can change
SockServiceName
from ssh
to https
or perhaps some number.Connect with -p option:
ssh root@your-iPhone.local -p 443
After changing, toggle SSH off and on and then connect with a 2nd terminal to try it out before closing the 1st.
And as always, don't forget to change password for mobile and root.