Updated Ubuntu 22.04 LTS Client Linux Mint 21 Client (markdown)

rclaver 2023-11-05 13:50:04 +01:00
parent 22fb2e6947
commit a403977c14

@ -1,14 +1,14 @@
Problem: 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 I have executed the following actions to connect to github
`# create ssh key`\ `# 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`\ `Your public key has been saved in /home/usu/.ssh/id_rsa.pub`\
`The key fingerprint is:`\ `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 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: /etc/ssh/ssh_config line 21: Applying options for *`\
`debug1: Connecting to github.com [140.82.121.3] port 22.`\ `debug1: Connecting to github.com [140.82.121.3] port 22.`\
`debug1: connect to address 140.82.121.3 port 22: Connection timed out`\ `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`\ `# 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.`\ `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`\ `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`\ `^C`\
`--- github.com ping statistics ---`\ `--- github.com ping statistics ---`\
`6 packets transmitted, 6 received, 0% packet loss, time 5029ms`\ `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`