Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Last active September 10, 2016 17:30
Show Gist options
  • Save ryanmaclean/06a8f0883518fa04ca01b68be3177de2 to your computer and use it in GitHub Desktop.
Save ryanmaclean/06a8f0883518fa04ca01b68be3177de2 to your computer and use it in GitHub Desktop.
OpenBSD Restart OpenSSHd
#!/bin/sh -
kill -HUP $(cat /var/run/sshd.pid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment