How to restart SSH in Mac Pro?
When I used: sudo service ssh restart its shows:
Command not found
2 Answers
Try with:
sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist 1 Go to System Preferences > Sharing, uncheck Remote Login, recheck Remote Login.