We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
https://github.com/picoCTF/start-problem-dev/blob/master/example-problems/general-ssh/config-builder.py
Add flag_rand = flag_rand.zfill(8) to the flag construction process.
flag_rand = flag_rand.zfill(8)