Level 0
The password for the next level is stored in a file called readme
located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game.
To begin, we need to ssh into the server.
ssh bandit0@bandit.labs.overthewire.org -p 2220
The password was given to be bandit0
. After connecting to the server, we can list the files in the directory using ls
.