Restart Ssh Service Mac

[Solved] Restart Ssh Service Mac | Shell - Code Explorer | yomemimo.com
Question : restart ssh service mac

Answered by : nadim-al-abdou

# stop it
sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist
# start it
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist 

Source : | Last Update : Mon, 14 Jun 21

Question : restart ssh mac

Answered by : hastings-keith-a7mjro0pk295

sudo systemctl restart ssh

Source : | Last Update : Tue, 30 Nov 21

Answers related to restart ssh service mac

Code Explorer Popular Question For Shell