529 views
# cs6332: Onboarding (Welcome quizzes) ## 1. Create your account from [CTF scoring server] After creating your account, make sure to add [SSH public key]. ![](https://codimd.syssec.org/uploads/548af1bb-1a77-48e2-a28a-0cc35540f677.png =300x) ## 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. ![](https://codimd.syssec.org/uploads/90bfede5-076e-4c2b-82b8-bbe4118ba813.png =600x) 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