I have the following piece of configuration in my /config/cloud/runtime-init-conf.yaml:
mySSHD:
class: SSHD
banner: |
WARNING
This system is for the use of xxxxx authorized users only.
If you are not authorized, leave this system immediately.
inactivityTimeout: 300
- extensionType: ts
I get the error
2021-10-26T17:31:44.195Z [17922]: error: Attempt to load YAML config failed: YAMLException: bad indentation of a mapping entry at line 191, column 13:
inactivityTimeout: 300
It's validated correctly by various tools online as a valid YAML (for example https://yamlvalidator.com/ , which additionally can convert it to JSON successfully)
I have the following piece of configuration in my /config/cloud/runtime-init-conf.yaml:
I get the error
It's validated correctly by various tools online as a valid YAML (for example https://yamlvalidator.com/ , which additionally can convert it to JSON successfully)