I have remote which has a URL git@gitea.kong:8088/dusan.work/portfolio.git
, whenever I try to git push
it returns an error stating:
ssh: connect to host gitea.kong port 22: Connection refused
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Further inspecting network traffic with tcpdump
I figured that it is indeed trying to connect to the port 22
.