Kappa
      
        
        
        
        
“Great things are not done by impulse, but by a series of small things brought together.”
        
        
      
     
    
      
        
        
        
          
          
          
          Host: bandit.labs.overthewire.org
          Port: 2220
          
         
        Level 0
        
        
          ssh bandit0@bandit.labs.overthewire.org -p 2220
          password: bandit0
        
        Objective:
        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.
        
          - $ ssh [user@]hostname -p [:port]
 
        
        CLI:
        
          bandit0@bandit:~$ ls
          readme
          bandit0@bandit:~$ cat readme
          NH2SXQwcBdpmTEzi3bvBHMM9H66vVXjL
          bandit0@bandit:~$