家里的MacMini长期开机,跑了一些服务,通过远程桌面管理,近期发现有时候无法远程连接,但是ssh服务正常,尝试通过ssh来重启远程桌面服务,简单记录一下.

执行命令

通过ssh登录macos后,执行以下命令:

1
2
3
4
5
6
# Enable Screen Sharing
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.screensharing.plist

# Disable Screen Sharing
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.screensharing.plist