summaryrefslogtreecommitdiff
path: root/EndoForge/src/sshd_config
AgeCommit message (Collapse)Author
2021-10-24Eliminate hard-coded values in sshd_configAndrew Cady
This dirties up the code though, making the separate directory approach look better again. But it's not that bad.
2021-10-24Removing run-sshd scriptAndrew Cady
I realized that if you are running `sshd` as a user, then you can just use `ForceCommand=` directly in the `sshd_config`. This eliminates the need for fakeroot. And that simplifies the setup enough so that the `openssh/` directory can go away.