Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make AllowedUsers configurable in sshd_config #8094

Merged
merged 2 commits into from
Sep 5, 2019

Commits on Sep 5, 2019

  1. Make AllowedUsers configurable in sshd_config

    docker/root/usr/bin/entrypoint already allows for the specification
    of USER, USER_UID, USER_GID. But since AllowedUsers is hardcoded in
    sshd_config, one cannot log in as a user different ftom git.
    This change substitutes ${USER} for git in the sshd_config template.
    
    Signed-off-by: Jeronimo Pellegrini <j_p@aleph0.info>
    jpellegrini committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    f6a30c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e7608 View commit details
    Browse the repository at this point in the history