執行 ssh root@47.94.142.215ssh
報錯3d
首先要開啓sshcode
系統偏好設置-共享server
選上遠程登錄blog
選上遠程管理class
檢測openssh-server是否安裝成功 ,安裝成功的以下grep
ps -e | grep ssh
mac自己安裝了ssh服務,默認狀況下不會開機自啓im
1.啓動sshd服務:
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plistimg
2.中止sshd服務:
sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plistdi
檢查是否啓動ssh,啓動了的 以下
sudo launchctl list | grep ssh