SSH Access Issue with Gitea on Docker/CentOS

Hello,

I’m facing an issue with SSH in my Docker-installed Gitea on CentOS. I’ve added my SSH key (which works on GitHub) and it’s verified in Gitea. Cloning via HTTP works, but SSH fails with:

bash

Copy

git ls-remote git@192.168.100.100:ali/demo.git
fatal: 'ali/demo.git' does not appear to be a git repository
fatal: Could not read from remote repository.

Any advice would be appreciated.

Thanks