OverTheWire offers different levels of training into Linux and InfoSec. In this series, I will go through the Bandit path which is a good way to practice Linux basics.
You can also watch this writeup as a video https://www.youtube.com/watch?v=wasOgybCZos
Bandit 0
The first step into the Bandit path is to ssh to the server.



ssh [email protected] -p 2220

Bandit0 -> Bandit1


ls -la
cat readme
Bandit1


Bandit2


Bandit3


Bandit4


Bandit5

