Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-29 | system/openssh: ignore initscript process on shutdown | John Ogness | 1 | -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-20 | system/openssh: add drastically simplified OpenSSH | A. Wilcox | 1 | -0/+100 | |