1. Mac 使用ssh命令无法成功 ssh localhost,但是可以ssh其他的
可能原因:ssh服务未启动
解决方法:
1.启动sshd服务:
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist
2.查看服务的启动,筛选: sudo launchctl list | grep ssh