summaryrefslogtreecommitdiff
path: root/system/openssh/sshd.initd
AgeCommit message (Collapse)AuthorFilesLines
2021-06-29system/openssh: ignore initscript process on shutdownJohn Ogness1-1/+6
On shutdown, the initscript will kill any processes that match sshd. However, since the initscript itself is called sshd, it ends up seeing/killing itself! Avoid this by only killing processes where /proc/$PID/exe is pointing to $SSHD_BINARY. Signed-off-by: John Ogness <adelielinux@ogness.net>
2018-02-20system/openssh: add drastically simplified OpenSSHA. Wilcox1-0/+100