I used to be able to use Bonjour with Cyberduck to go through my iPhone's file system without having to type in my IP address every time. Then one day it stopped working. Is there anyway to reenable this?
Solution:
Make sure you change your passwords (both root and mobile) if you do this
Solution:
In the /Library/LaunchDaemons/com.openssh.sshd.plist file, make sure it looks like this in the Socket dictionary, you may need to add the text in purple:
Code:<key>Sockets</key> <dict> <key>Listeners</key> <dict> [COLOR="Purple"]<key>Bonjour</key> <array> <string>ssh</string> <string>sftp-ssh</string> </array>[/COLOR] <key>SockServiceName</key> <string>ssh</string> </dict> </dict>
Make sure you change your passwords (both root and mobile) if you do this
Last edited: