
Bandit level 3-4
For connecting to the level: ssh -p2220 bandit3@bandit.labs.overthewire.org After you put on the password, the task would be to find a hidden file in a directory called inhere, navigating the directo
Search for a command to run...

For connecting to the level: ssh -p2220 bandit3@bandit.labs.overthewire.org After you put on the password, the task would be to find a hidden file in a directory called inhere, navigating the directo

We connect to the level the same way we did last time but instead of bandit1 we type bandit2: ssh -p2220 bandit2@bandit.labs.overthewire.org 
To solve the first level of bandit it gets a bit tricky, we connect to the wargames by the same way we did for bandit except we write the level name like this: ssh -p 2220 bandit1@bandit.labs.overthew

First level of Getting over the wire is bandit level 0, the task is simple which is to connect to bandit0 via SSH. First you open your terminal (ctrl+alt+t) for most Linux distros, then you connect vi