现在最好的 Mac 远程桌面解决方案是什么?
我只试过 Mac 自带的 screen sharing, 但是屏幕共享最大的问题是 mac mini 开机或重启后,还是需要接键盘和显示器输入密码进入系统后才能使用 screen sharing 。
有什么重启之后也能用的远程桌面方案吗?
不过好像要关闭 File Vault,这样 Wi-Fi 等网络连接时机会更靠前。
@dingdangnao 如何自动登陆?不输入密码就能进系统?
远程桌面对网络要求较高 gui 都没有很好的体验 不如用命令行
如果不想关闭 FileVault,可以用 `fdesetup(8)` 这个工具。需要远程重启的时候用 `sudo fdesetup authrestart` 就可以跳过第一次强制 unlock 。具体可参考 fdesetup 的 man page 。
“`
authrestart [-inputplist] [-delayminutes number_of_minutes_to_delay] [-verbose]
If FileVault is enabled on the current volume, it restarts the system, bypassing the initial unlock. The optional -delayminutes option can be used to delay the restart command for a set number of
minutes. A value of 0 represents ‘immediately’, and a value of -1 represents ‘never’. The command may not work on all systems.
“`