docs(system/sshd): document variables
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
d5e843f088
commit
c116552ab8
1 changed files with 12 additions and 4 deletions
|
@ -1,7 +1,15 @@
|
|||
---
|
||||
system_sshd_port: 10022
|
||||
system_sshd_sign_host_keys: true
|
||||
|
||||
system_sshd_auth_permit_root_login: "no"
|
||||
# Whether to accept password auth; ‹yes› or ‹no›
|
||||
system_sshd_auth_password_authentication: "no"
|
||||
|
||||
# Whether to allow ‹root› login; ‹yes› or ‹no›
|
||||
system_sshd_auth_permit_root_login: "no"
|
||||
|
||||
# Whether to setup trusted CA (against the HashiCorp Vault instance)
|
||||
system_sshd_auth_trusted_ca: true
|
||||
|
||||
# Default port where the SSH daemon runs; also adjusts the SELinux policy
|
||||
system_sshd_port: 10022
|
||||
|
||||
# [TODO]: Whether to sign the host keys (against the HashiCorp Vault instance)
|
||||
system_sshd_sign_host_keys: true
|
||||
|
|
Loading…
Reference in a new issue