Requires pre-requisite knowledge of SSH to access. Use your knowledge of Linux to traverse and progress through the bandit levels!
# Replace THIS with the level number.
# |
# v
ssh bandit_@bandit.labs.overthewire.org -p 2220
Where “_” is the level you are on. Example: bandit0 is the first level, so you login with:
# Login to Level 0
ssh bandit0@bandit.labs.overthewire.org -p 2220
# Login to Level 1
ssh bandit1@bandit.labs.overthewire.org -p 2220
# Login to Level 2
ssh bandit2@bandit.labs.overthewire.org -p 2220
# ... and so on ...
Remember to save your username and password combinations, and if you’re competing in our competition include write-ups for the steps you took to get to the password!
Reach the highest level out of everyone with proof (in write-ups) during our mini-competition and get put on our Hall of Fame!