diff --git a/Ubuntu-22.04-LTS-Client---Linux-Mint-21-Client.md b/Ubuntu-22.04-LTS-Client---Linux-Mint-21-Client.md index d2ba579..2e5483a 100644 --- a/Ubuntu-22.04-LTS-Client---Linux-Mint-21-Client.md +++ b/Ubuntu-22.04-LTS-Client---Linux-Mint-21-Client.md @@ -1,14 +1,14 @@ Problem: -Can't connect to github from ssh Linux Mint 21 +**Can't connect to github from ssh Linux Mint 21** I have executed the following actions to connect to github `# create ssh key`\ -`usu@serv:~$ ssh-keygen -t rsa -b 4096 -C usu@serv.xxx`\ +`usu@serv:~$ ssh-keygen -t rsa -b 4096 -C usu@serv.xxx` `Your public key has been saved in /home/usu/.ssh/id_rsa.pub`\ `The key fingerprint is:`\ -`SHA256:sssssssssssssssssssssssssssssssssssssssssss usu@serv.xxx`\ +`SHA256:sssssssssssssssssssssssssssssssssssssssssss usu@serv.xxx` Next I have exported my public key to my github profile -> SSH keys / Authentication Keys @@ -21,10 +21,10 @@ Next I have exported my public key to my github profile -> SSH keys / Authentica `debug1: /etc/ssh/ssh_config line 21: Applying options for *`\ `debug1: Connecting to github.com [140.82.121.3] port 22.`\ `debug1: connect to address 140.82.121.3 port 22: Connection timed out`\ -`ssh: connect to host github.com port 22: Connection timed out`\ +`ssh: connect to host github.com port 22: Connection timed out` `# Verify connection with github`\ -`usu@serv:~$ ping github.com`\ +`usu@serv:~$ ping github.com` `PING github.com (140.82.121.3) 56(84) bytes of data.`\ `64 bytes from lb-140-82-121-3-fra.github.com (140.82.121.3): icmp_seq=1 ttl=53 time=35.9 ms`\ @@ -36,4 +36,4 @@ Next I have exported my public key to my github profile -> SSH keys / Authentica `^C`\ `--- github.com ping statistics ---`\ `6 packets transmitted, 6 received, 0% packet loss, time 5029ms`\ -`rtt min/avg/max/mdev = 35.225/35.704/35.904/0.224 ms`\ +`rtt min/avg/max/mdev = 35.225/35.704/35.904/0.224 ms`