**Level Information** > [!important] The password for the next level is stored in **/etc/bandit_pass/bandit14 and can only be read by user bandit14**. For this level, you don’t get the next password, but you get a private SSH key that can be used to log into the next level. **Note:** **localhost** is a hostname that refers to the machine you are working on. > > > > **Commands you may need to solve this level:** > > - ssh, telnet, nc, openssl, s_client, nmap When using SSH, we can specify the private key to utilise with the `-i` switch. ![[Level 13 - 14.png]] This gives us access to bandit 14. We can `cat` the **/etc/bandit_pass/bandit14** file to find our password. ![[Level 13 - 14-1.png]]