When trying to clone a private repo with SSH key in Github the ssh client just hangs. When cloning over https it works perfectly.
I tried verbosing the ssh Github and it doesn’t return much. I also tried ssh’ing to another server I have access to and the –vvv outputs the following:
OpenSSH_9.2p1 Debian-2+deb12u2, OpenSSL 3.0.11 19 Sep 2023
debug1: Reading configuration data /home/marc-marcos/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug2: resolve_canonicalize: hostname <server.ip> is address
debug1: Connecting to <server.ip> [<server.ip>] port 22.
Also reinstalled OpenSSH without much luck.