Mac 本身有 ssh,只是没有默认开启,需要手动开启。
启动
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist
关闭
sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plist
检查
sudo launchctl list | grep ssh
0 com.openssh.sshd
表示已启动
原文地址:https://www.cnblogs.com/ZweiZhao/p/9953016.html
时间: 2024-10-01 00:59:49