The goal of this level is for you to log into the game using SSH. The host to which you need to connect is:
- Host:
bandit.labs.overthewire.org - Port:
2220 - Username:
bandit0 - Password:
bandit0
Run the following command in your terminal:
ssh bandit0@bandit.labs.overthewire.org -p2220When prompted, enter the password:
bandit0
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.
First, list the files in the directory:
dirThen, open the readme file:
nano readmeThe password for bandit1 will be displayed in the file. Use it to log into the next level.


