Created
April 27, 2020 21:21
-
-
Save reysmerwvr/60fc307a99b304b90dc71714a3325fef to your computer and use it in GitHub Desktop.
Restart SSH on Mac Terminal (High Sierra)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo launchctl stop com.openssh.sshd | |
sudo launchctl start com.openssh.sshd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment