Description
Using a Secure Shell (SSH) is going to be pretty important. Can you ssh as ctf-player to titan.picoctf.net at port 65080 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
Setup
SSH basics
Ensure you have an SSH client (native shell or webshell).
Use the provided password 6dd28e9b when prompted.
Solution
- Step 1Run sshSpecify the username, host, and port 65080. Accept the fingerprint the first time you connect.ssh ctf-player@titan.picoctf.net -p 65080
- Step 2Enter the passwordType 6dd28e9b (input is hidden). The remote shell prints the flag immediately.
Flag
picoCTF{s3cur3_c0nn3ct10n_5d...}
Successful login immediately reveals the flag.