You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you sure you don't want to do this conditionally in start.sh? With this, every container created with this image will have the same ssh host key which is bad.
The text was updated successfully, but these errors were encountered:
Seems like it can be easily modified to move the host keys to /etc/ssh/host_keys and have the option to mount it as a volume. If the files don't exist, generate them, else leave them alone. I'm in the process of doing this with my fork.
git-server-docker/Dockerfile
Line 14 in 72f69a5
Are you sure you don't want to do this conditionally in start.sh? With this, every container created with this image will have the same ssh host key which is bad.
The text was updated successfully, but these errors were encountered: