I created a repository and I can clone it over Https like this:

git clone https://repo0.serv00.com/git/priv/myusername/myreponame/

But I would like to clone my repository over SSH.

How can I do it? I need the SSH address of my repository

Hello,

example with full paths:
git clone ssh://login@repo0.serv00.com/home/login/repo/git/priv/repo_name_goes_here

    admin Thank you very much! It works. Now I can use my ssh key instead of passwords.
    It would be nice to get this information from the user panel

    This basis uses the git client tool so they will not be on our help page.

      7 months later

      admin I also think this would be a nice addition to the docs!
      Right below The repository will be available at https://repoX.serv00.com/git/VISIBILITY/LOGIN/REPO_NAME/
      it could also include something like and also available at ssh://LOGIN@repoX.serv00.com/home/LOGIN/repo/git/VISIBILITY/REPO_NAME

      4 months later

      SSH URL was added to the docs.

      admin locked the discussion .