Add sshd port macsox mavericks
Edit: #vi /System/Library/LaunchDaemons/ssh.plist Add: <key>Alternate Listeners</key> <dict> <key>SockServiceName</key> <string>2222</string> </dict> To: <key>Sockets</key> <dict> <key>Listeners</key> <dict> <key>SockServiceName</key> <string>ssh</string> <key>Bonjour</key> <array> <string>ssh</string> <string>sftp-ssh</string> </array> </dict> <key>Alternate Listeners</key> <dict> <key>SockServiceName</key> <string>2222</string> </dict> </dict> Unload and load… Leer más »