True, but...
If you
* have a git user on the server and you can
* set up a `authorized_keys` files, for that user, with SSH public keys that you extract from Gerrit and
You should accomplish a hack that allows Gerrit users to issue `git clone ssh://
g...@gerrit.company.com/my/project`, if the user is using an SSH key that is registered to Gerrit (is mapped in the authorized_keys file of the `git` user.
Fair warning is that it will become a dependency that will be difficult, and potentially take a long time, to get rid of.
A more straightforward way to let you issue the command is to set an instead-of in your ~/.gitconfig file:
```
```
or from your example
Depending on which alias you want to use.