Rating:
# shebang1
 
```txt
This challenge is simple.
- stephencurry396#4738
```
---
The task description is not wrong ^^. Simply connect via SSH, cat flag.txt and grep for `CYCTF`:
```bash
ssh [email protected] -p1337
/bin/bash
ls -la
cat flag.txt | grep CYCTF
```
... this will give you: `CYCTF{w3ll_1_gu3$$_y0u_kn0w_h0w_t0_gr3p}`