<div dir="ltr"><div>All,</div><div><br></div><div>Was recently looking at the &quot;kill&quot; signal man and info pages after I got a question about it.</div><div><br></div><div>I learned a long time ago that after makes changes to the /etc/ssh/sshd_config, to reload sshd daemon, I needed to get the /var/run/sshd.pid value and input that value in to the &quot;kill -HUP &#39;SSHD_PID&#39;&quot; and it would reload the daemon with killing my existing ssh session. Works great for when I am logged into remote systems.</div><div><br></div><div>Specifically, my question is, is this method the equivalent to &quot;kill -s SIGHUP &#39;SSHD_PID&#39;&quot; ??</div></div>