Bandit Level 0 → Level 1
Level Goal
The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game.
Level Answer
1. cat [FILE]...
$ cat readme
boJ9jbbUNNfktd78OOpsqOltutMc3MY1
2. ssh [-p port] [user@]hostname
- [-p port] Port to connect to on the remote host.
$ ssh -p 2220 [email protected]
Level Password
boJ9jbbUNNfktd78OOpsqOltutMc3MY1