Czasami nie mogę nawiązać połączenia ssh jak chcę robić coś z git. Problem pojawia się tylko przy połączeniu z firmowym gitlabem. Mam linux mint xfce 19, po dopaleniu systemu wszystko działa ok, problem (Connection timed out) pojawia się dopiero po jakimś czasie. Problem znika, gdy zrobię restart kompa.
Output polecenia ssh -vT:

debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to gitlab.xxxx.com [78.11.115.162] port 22.
... po jakimś czasie 
ssh: connect to host gitlab.xxxx.com port 22: Connection timed out

Dodawanie (lub wcześniejsze zabijanie starego) agneta nic nie daje.
Próbowałem też ssh-add ~/.ssh/id_rsa z flaga -t lub dodanie TCPKeepAlive yes do .ssh/config
Czytałem, żeby dodać GNOME services, przy starcie. Tylko wtedy mam przy starcie dwa agenty ten od xfce i gnome oraz to też nic nie pomogło.
Proszę o jakieś sugestie gdzie może tkwić problem.