Level Goal
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 to log into that level and continue the game.
ssh bandit0@bandit.overthewire.org -p 2220

This one is pretty basic, we just need to read the file.

And we are set!