I am facing issues in accessing Gitlab through SSH. It was working fine until a week ago when gitlab operations stopped working and after taking alot of time give an error for connection timeout.
I read similar questions and they suggested to check by running the command ssh -Tv git@gitlab.com , the output I get is
OpenSSH_7.6p1 Ubuntu-4ubuntu0.3, OpenSSL 1.0.2n 7 Dec 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to gitlab.com [172.65.251.78] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /home/emumba/.ssh/id_gitlab type 3
debug1: key_load_public: No such file or directory
debug1: identity file /home/emumba/.ssh/id_gitlab-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3
It gets stuck at this point. I have tried adding a new key but it still doesn't work. HTTPS is working fine but I need to use SSH