Access
The access section allows configuring access to the installed system.
It supports the following elements:
ssh: whether SSH access is enabled. If omitted, SSH access is automatically enabled if either theuserorrootsection definessshPublicKeys. Supported values are:"enabled": ensures SSH is accessible. However, root login via password can still be restricted by the product's default configuration."default": keeps the product's default behavior.
webConsole: whether web console access is enabled. Supported values are:"enabled": ensures the web console is accessible. However, root login can still be prevented by the product's default configuration."default": keeps the product's default behavior.
{
"access": {
"ssh": "enabled",
"webConsole": "default"
}
}