Example:

https://code.rdkcentral.com/r/plugins/gitiles/manifests

I have uploaded the public part of my ssh key to my profile on code.rdkcentral.com, but if I try to clone this repo via ssh I see this:

$ time git clone ssh://steve.turner@code.rdkcentral.com:29418/manifests
Cloning into 'manifests'...
ssh: connect to host code.rdkcentral.com port 29418: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

real    8m43.752s
user    0m0.003s
sys     0m0.000s

The same error occurs for all other repos that I've tried. Is there a known issue with ssh traffic to code.rdkcentral.com? Cloning via https is OK.