Goal: Log into the game with SSH.

We are going to log in with the ssh command with the command ssh username@host with the flag -p so we can set the port number to 2220.

ssh [email protected] -p 2220

Once prompted you will enter the password bandit0 as well. After this you should be logged in and have completed level 0!