Age | Commit message (Collapse) | Author |
|
cleaned up "authline_to_sshfp" function.
|
|
EndoForge now installs OpenSSH_Anonymous_Access as a dependency.
|
|
|
|
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.
|
|
|
|
|
|
|
|
documentation updated
|
|
|
|
This dirties up the code though, making the separate directory approach
look better again. But it's not that bad.
|
|
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.
|
|
|