-
-
Save AmaranthLIS/79b133684e876ef042d2fe4672c18dc3 to your computer and use it in GitHub Desktop.
Restart SSH on Mac Terminal (High Sierra)
This file contains hidden or 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