Fix/exit on unlocked user (#9)
* fix unlocking user if user is unlocked * thanks to @alxdembo
This commit is contained in:
committed by
GitHub
parent
9edbfe2df5
commit
c346abfc31
@@ -3,7 +3,7 @@ FROM alpine:"${ALPINE_VERSION}"
|
||||
|
||||
LABEL maintainer="https://github.com/hermsi1337"
|
||||
|
||||
ARG OPENSSH_VERSION="${OPENSSH_VERSION:-8.0_p1-r0}"
|
||||
ARG OPENSSH_VERSION="${OPENSSH_VERSION:-8.1_p1-r0}"
|
||||
ENV CONF_VOLUME="/conf.d"
|
||||
ENV OPENSSH_VERSION="${OPENSSH_VERSION}" \
|
||||
CACHED_SSH_DIRECTORY="${CONF_VOLUME}/ssh" \
|
||||
|
||||
Reference in New Issue
Block a user