-
[Linux 공부] Bandit wargames 0 단계 SSHLinux 2025. 5. 17. 01:43728x90반응형
OverTheWire: Level Goal
We're hackers, and we are good-looking. We are the 1%. <!-- Please read and accept the Rules! --> Level Goal The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 222
overthewire.org
0단계는 SSH 접속하는 간단한 문제입니다.
SSH 접속 방식에는 크게 두 가지가 있습니다.
- Username & Password
- Username & PrivateKey
1. Username & Password
username으로 접속 후 password 입력 후 최종 접속
ssh username@server_address -p ssh_port_number
2. Username & PrivateKey
ssh -i privateKey_location username@server_address -p ssh_port_number
728x90반응형'Linux' 카테고리의 다른 글
[Linux 공부] Bandit wargames 2~3 단계 cat 공백 문자 (0) 2025.05.18 [Linux 공부] Bandit wargames 1~2 단계 cat 경로 지정 (0) 2025.05.18 [Linux 공부] Bandit wargames 0~1 단계 cat (0) 2025.05.18 [홈 서버 만들기] 1. Ubuntu Wi-Fi 연결하기 (0) 2025.02.16 Docker 공부하면서 Linux 공부하기 (0) 2024.04.05