Problem with clone/pull/push under ssh after upgrading to 13.4.3 - fatal: ‘user/repo.git’ does not appear to be a git repository

Hi everyone,
I have upgraded from gitlab version 11.2.3 to 13.4.3,
I have tested clone/pull/push under http and it works fine but when I have tested it with ssh I have received the message “fatal: ‘user/repo.git’ does not appear to be a git repository”, then I remembered that changing the git home folder to the repositories end folder used to work but I’ve seen with surprise that now all folders are hashed and this trick is not gonna work now.

How I have to configure the git user to use clone/pull/pushes under ssh protocol?

Thank you
Joan

Hi!
More news, adding an ssh key it works
but don’t want to use ssh keys and want to use the ssh user password authentication.

Does anybody solved it?