Answers for "restart ssh service mac"

1

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
Posted by: Guest on June-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language