32 lines
411 B
Markdown
32 lines
411 B
Markdown
|
|
# Bottom Floor
|
||
|
|
|
||
|
|
## 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
|
||
|
|
|
||
|
|
## Server Details
|
||
|
|
|
||
|
|
```
|
||
|
|
hostname / bandit.labs.overthewire.org
|
||
|
|
```
|
||
|
|
|
||
|
|
```
|
||
|
|
port / 2222
|
||
|
|
```
|
||
|
|
|
||
|
|
```
|
||
|
|
username / bandit0
|
||
|
|
```
|
||
|
|
|
||
|
|
```
|
||
|
|
password / bandit0
|
||
|
|
```
|
||
|
|
|
||
|
|
## Once logged in
|
||
|
|
|
||
|
|
Go to the Level 1 page to find out how to beat Level 1.
|
||
|
|
|
||
|
|
Commands you may need to solve this level
|
||
|
|
|
||
|
|
ssh
|