Objective:
Connect to the overthewire game server using SSH
Intel Given:
- Hostname: bandit.labs.overthewire.org
- Port: 2220
- Login: bandit0
- Password: bandit0
How to:
This will vary from OS to OS. To use the SSH protocol on Windows you’ll need some sort of SSH application (client or server) since SSH is not native to Windows. However, when using Linux or MacOS this can be accomplished through the terminal.
- Windows: Download Putty for Windows and follow the many tutorials that can be found online on how to connect to an SSH service.
- *nix: from terminal type ‘ssh bandit0@bandit.labs.overthewire.org
With this knowledge, we can login using the above commands (depending on your OS) and grab the password needed to log into the next level.
Conclusion:
Some caveats, users may receive a few prompts regarding RSA keys, or a warning that someone may be eavesdropping on them. I encourage users to research further on that topic, for now don’t be worried.