I have a github account and have installed git in the command line. I have updated the config to contain my username and email and i have generated a keygen using ssh-keygen -t rsa -C "your_email@example.com"
and saved the contents of id_rsa.pub in my account settings on github.
However when i test my SSH connection i get:
OpenSSH_8.5p1, OpenSSL 1.1.1j 16 Feb 2021
debug1: Reading configuration data /etc/ssh/ssh_config
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/moja/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/moja/.ssh/known_hosts2'
debug2: resolving "github.com" port 22
debug3: ssh_connect_direct: entering
debug1: Connecting to github.com [140.82.121.3] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: connect to address 140.82.121.3 port 22: Connection timed out
ssh: connect to host github.com port 22: Connection timed out
Any advice for a relative newbie on whats going on here any why I cant connect would be greatly appreciated