Super SSH¶
Description¶
Using a Secure Shell (SSH) is going to be pretty important. Can you ssh as ctf-player to titan.picoctf.net at port 50832 to get the flag? You'll also need the password 84b12bae. 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¶
Open the terminal and run this:
ssh -p 50832 ctf-player@titan.picoctf.net
then enter the password given in the description.
the flag would be something like this: picoCTF{s3cur3_c0nn3ct10n_07a987ac}