Allow anonymous SSH fetch for public repositories
Just like Github:
git clone git@github.com:username/project.git
How could I make my Gitlab do the same thing?
## Proposal
Allow people without GitLab accounts to anonymously clone public repositories over SSH in the same way they can anonymously clone them over HTTP.
issue