Linux Fundamentals

@luciferc0027 said:

I did the method mentioned above, but after entering ssh htb-student@, the machine just gets stuck and after a few mins it says connection timed out.
I don’t really understand what to do.
Please help me (if it seems dumb I’m sorry)

Ok, some things to check:

  • You clicked the link to spawn the target machine and it gave you an IP address
  • You connect with ssh htb-student@(the IP address it gave you - for example: ssh htb-student@10.10.10.10.

The timing out implies that it cant find the target system - the most likely cause is that it didn’t get spawned correctly.