Level 0
Learn to SSH!
This is a straightforward challenge, we will establish a connection from our computer to the challenge machine using SSH.
# -p option specifies the port we will connect to
ssh [email protected] -p 2220
Done! Onto the next.
->P.M.
Last updated