mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
An issue with OpenSSH, when an account is locked it doesn't check the authorized_keys file anymore (see http://grid.ncsa.illinois.edu/ssh/ts_server.html, http://stackoverflow.com/questions/15664561/ssh-key-asks-for-password)
Running passwd -d git fixes this
This commit is contained in:
parent
e2eb91c170
commit
050bc993ea
@ -20,7 +20,7 @@ RUN /app/setup/install
|
||||
|
||||
ADD assets/config/ /app/setup/config/
|
||||
ADD assets/init /app/init
|
||||
RUN chmod 755 /app/init
|
||||
RUN chmod 755 /app/init && passwd -d git
|
||||
|
||||
ADD authorized_keys /root/.ssh/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user