OverTheWire Bandit Levels 0 - 5
Level 0
Login
Username: bandit0
Server: bandit.labs.overthewire.org
Port: 2220
Password: bandit0
Goal
Log into the game using SSH.
Solution
ssh bandit0@bandit.labs.overthewire.org -p 2220
Then input the password when prompted to.
Explanation
SSH sta...
trustekpo.hashnode.dev7 min read