ssh genie.cu@projects-storage.eclipse.org hangs from CI
On ci.eclipse.org/cu executing the following ssh command hangs:
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null genie.cu@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/ee4j/
See https://ci.eclipse.org/cu/job/storage_ls/1/console
On ci.eclipse.org/es the same command using genie.es hangs too:
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null genie.es@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/ee4j/
See https://ci.eclipse.org/es/job/1_security-tck-build-and-stage/8/console
However, on ci.eclipse.org/glassfish it works without problems:
See https://ci.eclipse.org/glassfish/view/GlassFish/job/glassfish_storage_ls/5/console
Can you check what's wrong on ci.eclipse.org/cu and ci.eclipse.org/es?