I'am trying to authorize some windows users on my gitosis-repositorys. The users have "spaces" within their usernames.
The files are added to the gitosis keydir directory and pushed to origin, the new users are added as members in gitosis.conf.
The problem is: If the windows user trys to clone something git asks for a password for gitosis@host.
The question now is: How do I configure a usernames with spaces correctly and why is git asking for a password?
Edit:
- I've checked the authorized_keys file - the new public keys are not included. Could that be the reason?
- GIT outputs the following warning if I push the changes to the gitosis-admin repo: WARNING:gitosis.ssh:Unsafe SSH username in keyfile: 'User name with spaces@name.pub
How should I deal with that?