Level 0

Learn to SSH!

This is a straightforward challenge, we will establish a connection from our computer to the challenge machine using SSHarrow-up-right.

# -p option specifies the port we will connect to
ssh bandit0@bandit.labs.overthewire.org -p 2220

Done! Onto the next.

Last updated