Restart SSH Service Mac
# stop it
sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist
# start it
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist
Sleepy Squirrel