-
Notifications
You must be signed in to change notification settings - Fork 144
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
sshd_config unsupported options #6
Comments
any update on this? |
So sorry for the delay, these warnings are due to openssh version changed from 7.3 to 7.4 and some crypto features have be deprecated for security reasons:
Link: https://www.openssh.com/txt/release-7.4 Don't worry, this is no problem for us, because these options are not used in git-server-docker.
Yet, I will fix it soon and I will inform by here. Thanks for comments!! |
Ok, this issue was fixed, I commented above config lines. For update your container, if you downloaded the image by docker-compose, only type:
You can check everything is ok typing:
No warnings must appear now. |
When you try next "git pull" or similar interaction with server, maybe you will get next warning:
This is due to recreating of the ssh-keys in container. To fix it, in your client, remove the line XX in ~/.ssh/known_hosts or type: For next updates, I will try to generate the server keys in the keys volume and only if they not exist. Therefore, next image updates (pulls) won't must affect this keys and known_host issue will be fix it. |
I get the following log entries after launching the container via
docker-compose up
:The text was updated successfully, but these errors were encountered: