git-ssh-server
git-ssh-server copied to clipboard
GIT server for Docker
Following the Readme instruction, I'm unable to connect to the git server: Within the server: ``` $ telnet 127.0.0.1 2222 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. ```...
I had experienced some problems with password-less access to this server, but the following changes to `/etc/ssh/sshd_config` enabled this ``` RSAAuthentication yes PubkeyAuthentication yes UsePAM no ```
Please propose some naming recommendation to follow in order to support separate teams (gitrepo1 team, gitrepo2 team space) with own internal repositories. The approach may look like ``` dockerhost: docker...