• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Forcing a running sshd to reload its sshd config fileEdit

Created 8/5/2015, updated 3/12/2020

Find the process ID for the master sshd process and send it a HUP signal.

$ ps auxwww|grep sshd
$ sudo kill -HUP 1234

Note: This article should be titled "Forcing a running sshd to reload its sshd_config file", but underscores are not allowed in wiki article titles.

  • ssh
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).