1unaram


#Level 0 ~ Level 4


Level 0

ssh bandit0@bandit.labs.overthewire.org -p 2220
...
bandit0@bandit.labs.overthewire.org's password: bandit0


ssh

SSH(Secure Shell)은 네트워크 상의 다른 컴퓨터에 로그인하여 명령을 실행하고 파일을 전송할 수 있는 프로토콜을 말한다.

  • ssh {user_name}@{server_ip} : 기본 접속
  • ssh {user_name}@{server_ip} -p {port_number} : 특정 포트 접속


Level 0 -> Level 1



Level 1 -> Level 2



Level 2 -> Level 3



Level 3 -> Level 4




#Level 5 ~ Level 9


Level 4 -> Level 5