Level Goal
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
0. bandit13 로그인
8ZjyCRiBWFYkneahHwxCv3wb2a1ORpYL
1. 접속
bandit13@bandit:~$ ls
sshkey.private
bandit13@bandit:~$ ssh -i sshkey.private bandit14@localhost
ssh 에서 -i 옵션으로 키를 가지고 bandit14에 접속가능하다.