summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-30simplify AnonymousAccessCommandHEADmasterliveAndrew Cady
cleaned up "authline_to_sshfp" function.
2021-10-30fix test for systemdAndrew Cady
2021-10-30Makefile: install containing directoriesAndrew Cady
2021-10-26readmeAndrew Cady
2021-10-26readmeAndrew Cady
2021-10-26fix sudo detectionAndrew Cady
2021-10-26move README.html to build/Andrew Cady
2021-10-26split OpenSSH_Anonymous_Access from EndoForgeAndrew Cady
EndoForge now installs OpenSSH_Anonymous_Access as a dependency.
2021-10-26READMEAndrew Cady
2021-10-26READMEAndrew Cady
2021-10-25readmeAndrew Cady
2021-10-25improve error messageAndrew Cady
2021-10-25improve selftest.shAndrew Cady
2021-10-25remove html titleAndrew Cady
pandoc complains, but the pandoc title metadata option inserts text into HTML that should not be there.
2021-10-24Change decision whether to append "/.git"Andrew Cady
Before, AnonymousAccessCommand would append "/.git" to any name that didn't end in ".git". Now, it appends the ".git" subdir to a dirname exactly when that subdir exists.
2021-10-24cleanup in AnonymousAccessCommandAndrew Cady
2021-10-24styleAndrew Cady
2021-10-24"make install" will reload sshd serviceAndrew Cady
2021-10-24selftest.sh: updated for compatibilityAndrew Cady
2021-10-24fix bug that prevented installAndrew Cady
also removed 'run' target
2021-10-24generate ~/.ssh/id_ed25519 as neededAndrew Cady
generate ~/.ssh/AnonymousAccessCommand whether or not privileged
2021-10-24fixup! Minimal Git/SSH RhizomeAndrew Cady
2021-10-24"make install" auto-selects user or rootAndrew Cady
2021-10-24add sshd service: make install-userAndrew Cady
documentation updated
2021-10-24selftest.shAndrew Cady
2021-10-24move style.cssAndrew Cady
2021-10-24updated README to match improvements in codeAndrew Cady
2021-10-24selftest.shAndrew Cady
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.
2021-10-24comments and fiddlingAndrew Cady
2021-10-23move .gitignoreAndrew Cady
2021-10-23sshd improvementsAndrew Cady
2021-10-23got user-mode sshd workingAndrew Cady
2021-10-23add css styleAndrew Cady
2021-10-23make fixAndrew Cady
2021-10-23READMEAndrew Cady
2021-10-23add skeleton files in EndoForge/../Andrew Cady
2021-10-23move all files to EndoForgeAndrew Cady
2021-10-23launch documentation by defaultAndrew Cady
2021-10-23move more files out of /Andrew Cady
2021-10-23make doc targetAndrew Cady
2021-10-23move files to src/Andrew Cady
2021-10-23READMEAndrew Cady
2021-10-23READMEAndrew Cady
2021-10-23make target "shared"Andrew Cady
2021-10-23READMEAndrew Cady
2021-10-23Minimal Git/SSH RhizomeAndrew Cady
Requires Sudo access to configure OpenSSH. It would be possible to run OpenSSH on a non-default port and not require root access. That is not implemented.