apiv1

# 修改默认服务端口
sudo vim /etc/services

# 重启ssh
sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plist
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist

# 重启远程管理(ARD)
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.remotemanagementd.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.remotemanagementd.plist