alexxus 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
admin Hello, example with full paths: git clone ssh://login@repo0.serv00.com/home/login/repo/git/priv/repo_name_goes_here
alexxus 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
cesarep 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