Suppress security confirmations during SSH key generation

As of LCOS 8.84, you have the option of suppressing any security prompts during the SSH key generation with LCOS:

sshkeygen [-?|-h] [-t (dsa|rsa)] [-b <bits>] -f <OutputFile> [-q]
-q
This parameter enables the 'quiet' mode for the key generation. If you set this parameter, LCOS overwrites any existing RSA or DSA keys without asking for confirmation, and there is no output about the progress of the operation. You can use this parameter in a script, for example, to suppress security confirmations by the user.