# cs6332: Onboarding (Welcome quizzes)
## 1. Create your account from [CTF scoring server]
After creating your account, make sure to add [SSH public key].

## 2. Check connection to CTF servers
We will use the following three servers for the first 2 assignments.
```shell
ssh <netid>@syssec.run -p 2201 #ctf-vm1 (x86_64 - 64bit)
ssh <netid>@syssec.run -p 2202 #ctf-vm2 (aarch64 - 64bit)
ssh <netid>@syssec.run -p 2203 #ctf-vm3 (arm7l - 32bit)
```
## 3. Solve welcome quizzes
You need to read the content of `flag` file, and input to CTF server.
From each server, *(1)* `fetch` weclome quiz, *(2)* Run the command, *(3)* Input the command output.

Input your flags to [CTF scoring server].
###### tags: `cs6332`,`welcome`,`quiz`
[CTF scoring server]:https://ctf.syssec.org
[SSH public key]:https://git-scm.com/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key