I've been having trouble connecting to tryhackme's ssh server from my linux machine(Linux Mint 21.1 Cinnamon) the terminal displays a port 22 connection timeout error.
here's the output from the terminal :
ssh -vvv tryhackme@10.10.21.145OpenSSH_8.9p1 Ubuntu-3ubuntu0.3, OpenSSL 3.0.2 15 Mar 2022debug1: Reading configuration data /etc/ssh/ssh_configdebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no filesdebug1: /etc/ssh/ssh_config line 21: Applying options for *debug2: resolve_canonicalize: hostname 10.10.21.145 is addressdebug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/deus- ex/.ssh/known_hosts'debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/deus- ex/.ssh/known_hosts2'debug3: ssh_connect_direct: enteringdebug1: Connecting to 10.10.21.145 [10.10.21.145] port 22.debug3: set_sock_tos: set socket 3 IP_TOS 0x10debug1: connect to address 10.10.21.145 port 22: Connection timed outssh: connect to host 10.10.21.145 port 22: Connection timed out
How else can I troubleshoot this problem with my limited skillset ?
I configured openvpn correctly and imported the .ovpn file from the site proper and it says I'm connected on the sites access page.
I allowed ssh in ufw and allowed input and output chains I messed with the ssh configuration file (the ForwardX11 is set to yes and the ForwardX11Trusted is set to no).