Frequent SSH timeouts

Hi,

We have recently upgraded from Gitlab 8 to Gitlab 10.1 and are experiencing timeouts when connecting to a repository by SSH or HTTP via the command line.

We have tried restarting the service with gitlab-ctl restart and even rebooting the server.

See below when running git fetch command. Sometimes it works sometimes it times out.

C:\myuser\gittest2>git fetch origin master
From 10.235.13.53:myuser/my-test-project

  • branch master → FETCH_HEAD

C:\myuser\gittest2>git fetch origin master
ssh: connect to host 10.235.13.53 port 22: Connection timed out
fatal: Could not read from remote repository.

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

C:\myuser\gittest2>git fetch origin master
From 10.235.13.53:myuser/my-test-project

  • branch master → FETCH_HEAD

C:\myuser\gittest2>git fetch origin master
ssh: connect to host 10.235.13.53 port 22: Connection timed out
fatal: Could not read from remote repository.

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

C:\myuser\gittest2>git fetch origin master
From 10.235.13.53:myuser/my-test-project

  • branch master → FETCH_HEAD

C:\myuser\gittest2>git fetch origin master
ssh: connect to host 10.235.13.53 port 22: Connection timed out
fatal: Could not read from remote repository.

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

C:\myuser\gittest2>git fetch origin master
ssh: connect to host 10.235.13.53 port 22: Connection timed out

Have you solved it? We are experience something similar for last year…