Skip to content

Instantly share code, notes, and snippets.

@reysmerwvr
Created April 27, 2020 21:21
Show Gist options
  • Save reysmerwvr/60fc307a99b304b90dc71714a3325fef to your computer and use it in GitHub Desktop.
Save reysmerwvr/60fc307a99b304b90dc71714a3325fef to your computer and use it in GitHub Desktop.
Restart SSH on Mac Terminal (High Sierra)
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