Challenge Overview
Using a Secure Shell (SSH) is going to be pretty
important.
Can you ssh as ctf-player to titan.picoctf.net at port65080 to get the flag?
You'll also need the password 6dd28e9b. If asked, accept
the fingerprint with yes.
If your device doesn't have a shell, you can use:
https://webshell.picoctf.org
If you're not sure what a shell is, check out our Primer:
https://primer.picoctf.com/#_the_shell
Solution
To get the flag ssh into the shell with this command:
ssh ctf-player@titan.picoctf.net -p 65080
Note this format: ssh user@host -p port
Once you ssh in put "yes" for the fingerprint and input "6dd28e9b" as the password.
Flag: picoCTF{s3cur3_c0nn3ct10n_5d...}