![](http://t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png)
Level0에서의 목표는 ssh를 사용하여 bandit.labs.overthewire.org에 접속하는것이다.
명령어는
ssh 아이디(유저네임)@주소 -p 포트번호
아이디 : bandit0
주소 : bandit.labs.overthewire.org
포트번호 : 2220
명령어
ssh bandit0@bandit.labs.overthewire.org -p 2220
![](http://t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png)
명령어를 입력하면 비밀번호를 입력하라는 창이 뜨고 Level0의 비밀번호는 문제에서 주어졌으므로 bandit0을 입력해주면 된다.
이때 비밀번호는 노출되면 안되는 정보이므로 입력을 해도 눈에 보이지 않으니 주의!
![](http://t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png)
비밀번호를 입력하고 나면 막 뜨다가 마지막에 이렇게 나타날 것이고 접속이 완료된 것이니 Level 0→Level 1 문제로 넘어가도록 한다.
'Mentoring' 카테고리의 다른 글
[멘토링][리눅스]overthewire : bandit Level 1→Level 2 (0) | 2020.05.15 |
---|---|
[멘토링][리눅스]overthewire : bandit Level 0→Level 1 (3) | 2020.05.15 |
[멘토링][c언어]백준 5073번, 10872번, 2576번 (3) | 2020.05.12 |
[멘토링][c언어]세 번째 수업 (0) | 2020.05.09 |
[멘토링][c언어]두 번째 수업 (0) | 2020.05.04 |