Skip to content

Instantly share code, notes, and snippets.

@AmaranthLIS
Forked from influx6/restart-ssh.bash
Created October 18, 2021 13:47
Show Gist options
  • Save AmaranthLIS/79b133684e876ef042d2fe4672c18dc3 to your computer and use it in GitHub Desktop.
Save AmaranthLIS/79b133684e876ef042d2fe4672c18dc3 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