mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-25 02:13:08 +01:00
11 lines
371 B
YAML
11 lines
371 B
YAML
vm:
|
|
user:
|
|
soqemussh:
|
|
enabled:
|
|
description: Enable or disable the soqemussh user.
|
|
forcedType: bool
|
|
passwordHash:
|
|
description: 'Enter a SHA-512 password hash to set the soqemussh user password. Generate this hash by running the following command on the manager: `openssl passwd -6`'
|
|
forcedType: string
|
|
global: True
|