HOW TO LOGIN OverTheWire Steps 1 : fire up terminal steps 2: copy this command and past them at terminal ssh bandit0@bandit.labs.overthewire.org -p 2220 steps 3: now give permission by entering yes (if it ask) steps 4: now Enter this password bandit0 TO complete first level use cat readme command second lvl password is boJ9jbbUNNfktd78OOpsqOltutMc3MY1 now lets login for second level -- get exit from ssh terminal with exit command steps 5: login for second account with this command ssh bandit1@bandit.labs.overthewire.org -p 2220 here we change value from 0 to 1 steps 6: use passqword which we extracted from level 0 boJ9jbbUNNfktd78OOpsqOltutMc3MY1 done we will do same for every level by change value 0 ,1,2,3,4,etc...... ssh bandit1@bandit.labs.overthewire.org -p 2220 ----- lvl 1 ssh bandit2@bandit.labs.overthewire.o...