This script is used to pre-configure a Fortigate after Out of Box in Zero Touch Mode.
It is used to setting up the password after the first run and then can be used to execute a bunch of commands.
You have to run the install.py script. In this script, you have to change the ip address, user (admin by default), wanted password, and the path of the commands.txt file.
This script use paramiko (sudo apt install python3-paramiko or pip install paramiko).