Error:
OpenSSH_8.2p1 Ubuntu-4ubuntu0.2, OpenSSL 1.1.1f 31 Mar 2020
ssh: connect to host gitlab.com port 22: Network is unreachable
Also tried with another parameters:
Port 443
User git
Error:
OpenSSH_8.2p1 Ubuntu-4ubuntu0.2, OpenSSL 1.1.1f 31 Mar 2020
debug1: kex_exchange_identification: banner line 0: HTTP/1.1 400 Bad Request
debug1: kex_exchange_identification: banner line 8:
debug1: kex_exchange_identification: banner line 9: 400 Bad Request
debug1: kex_exchange_identification: banner line 10:
debug1: kex_exchange_identification: banner line 11:
400 Bad Request
debug1: kex_exchange_identification: banner line 12: cloudflare
debug1: kex_exchange_identification: banner line 13:
debug1: kex_exchange_identification: banner line 14:
kex_exchange_identification: Connection closed by remote host
Public key added to the user profile on gitlab gnome
What I’m doing wrong?
With $ssh_gitlab_gnome_site I have “Network is unreachable” error.
ssh -Tvvv git@gitlab.gnome.org
OpenSSH_8.2p1 Ubuntu-4ubuntu0.2, OpenSSL 1.1.1f 31 Mar 2020
debug1: Reading configuration data /home/username/.ssh/config
debug1: /home/username/.ssh/config line 14: Applying options for gitlab.gnome.org
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: resolving “$ssh_gitlab_gnome_site” port 443
debug2: ssh_connect_direct
debug1: Connecting to $ssh_gitlab_gnome_site [8.43.85.27] port 443.
[ about 3 minutes hanging ]
debug1: connect to address 8.43.85.27 port 443: Connection timed out
debug1: Connecting to $ssh_gitlab_gnome_site [2620:52:3:1:5054:ff:fe8f:413d] port 443.
debug1: connect to address 2620:52:3:1:5054:ff:fe8f:413d port 443: Network is unreachable
ssh: connect to host $ssh_gitlab_gnome_site port 443: Network is unreachable
If you wrap quoted logs in “triple backticks” (or “preformatted text” in the menu), then discourse won’t try to turn text into clickable links and (AFAIK) the limit doesn’t apply.
This also makes it easier to distinguish quoted output from user comments:
$ ssh -Tvvv git@gitlab.gnome.org
OpenSSH_8.2p1 Ubuntu-4ubuntu0.2, OpenSSL 1.1.1f 31 Mar 2020
debug1: Reading configuration data /home/username/.ssh/config
debug1: /home/username/.ssh/config line 14: Applying options for gitlab.gnome.org
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: resolving “ssh.gitlab.gnome.org” port 443
This is ssh connection logs in vvv (verbose) mode. I’ve copied this from terminal.
Trying to publish this logs again with markdown formatting:
ssh -Tvvv git@gitlab.gnome.org
OpenSSH_8.2p1 Ubuntu-4ubuntu0.2, OpenSSL 1.1.1f 31 Mar 2020
debug1: Reading configuration data /home/username/.ssh/config
debug1: /home/username/.ssh/config line 14: Applying options for gitlab.gnome.org
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: resolving “ssh.gitlab.gnome.org” port 443
debug2: ssh_connect_direct
debug1: Connecting to ssh.gitlab.gnome.org [8.43.85.27] port 443.
[ about 3 minutes hanging ]
debug1: connect to address 8.43.85.27 port 443: Connection timed out
debug1: Connecting to ssh.gitlab.gnome.org [2620:52:3:1:5054:ff:fe8f:413d] port 443.
debug1: connect to address 2620:52:3:1:5054:ff:fe8f:413d port 443: Network is unreachable
ssh: connect to host ssh.gitlab.gnome.org port 443: Network is unreachable
Update. Yes, links can be specified inside markdawn code section without restriction.