CTF

Level 0 - Connect to SSH (Misc)

Description

The goal of this level is to log into the game using SSH.

Theory

The Secure Shell (SSH) Protocol is a cryptographic network protocol for operating network services securely over an unsecured network. Its most notable applications are remote login and command-line execution.

Tech used

  • ssh
  • [sshpass | ssh-keygen]

Solutions

  • Terminal
    • Run ssh bandit0@bandit.labs.overthewire.org -p 2220
    • Then enter password bandit0

Notes