Channels using ssh

I have set up a channel with Gitolite on my server. I want to use SSH instead of HTTPS. I added the repository to channels, but it says it cannot find the server. I am able to git clone the channel. I am using a different port for SSH. I have the port setup in my ~/.ssh/config file.

The URI in channels is set up as “git@:.git”.

I was wondering if there is an example configuration I can view or if I am missing something.

Thank You.