Skip to content

Commit 33824ed

Browse files
committed
ssh: apply reviewer-requested Jinja whitespace trim in SSH client rule metadata
Apply whitespace-trim Jinja delimiters in SSH client rule YAML metadata where it is formatting-only and does not affect rendered remediation script behavior. Changes: - linux_os/guide/services/ssh/ssh_client/ssh_client_use_approved_ciphers_ordered_stig/rule.yml - linux_os/guide/services/ssh/ssh_client/ssh_use_approved_macs_ordered_stig/rule.yml No functional changes intended; this is a style/alignment update per review feedback.
1 parent 76bf986 commit 33824ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • linux_os/guide/services/ssh/ssh_client
    • ssh_client_use_approved_ciphers_ordered_stig
    • ssh_use_approved_macs_ordered_stig

linux_os/guide/services/ssh/ssh_client/ssh_client_use_approved_ciphers_ordered_stig/rule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{%- if product == 'ubuntu2404' %}}
22
{{%- set ssh_approved_ciphers = "aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes128-ctr" %}}
33
{{%- endif %}}
4-
{{% set sshc_main_config = ssh_client_main_config_file %}}
4+
{{%- set sshc_main_config = ssh_client_main_config_file -%}}
55
documentation_complete: true
66

77
title: 'Use Only FIPS 140-3 Validated Ciphers in SSH Client Configuration'

linux_os/guide/services/ssh/ssh_client/ssh_use_approved_macs_ordered_stig/rule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
documentation_complete: true
22
{{% set sshc_main_config = ssh_client_main_config_file %}}
3-
{{% set sshc_config_dir = ssh_client_config_dir %}}
3+
{{%- set sshc_config_dir = ssh_client_config_dir -%}}
44

55
title: 'Use Only FIPS 140-3 Validated MACs'
66

0 commit comments

Comments
 (0)