From 27a19de50c1df26dd5e4c959e191501e655c6fd0 Mon Sep 17 00:00:00 2001 From: Artur Kordowski <9746197+akordowski@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:01:31 +0100 Subject: [PATCH] Fix danger alert (#35443) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../monitoring-the-health-of-your-cluster.md | 7 ++----- .../enterprise_clustering/proxy_xff_firewall_warning.md | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/content/admin/monitoring-and-managing-your-instance/configuring-clustering/monitoring-the-health-of-your-cluster.md b/content/admin/monitoring-and-managing-your-instance/configuring-clustering/monitoring-the-health-of-your-cluster.md index 72e629d24785..c491cae39517 100644 --- a/content/admin/monitoring-and-managing-your-instance/configuring-clustering/monitoring-the-health-of-your-cluster.md +++ b/content/admin/monitoring-and-managing-your-instance/configuring-clustering/monitoring-the-health-of-your-cluster.md @@ -76,11 +76,8 @@ You can configure [Nagios](https://www.nagios.org/) to monitor {% data variables > Your public key has been saved in /home/nagiosuser/.ssh/id_ed25519.pub. ``` - {% danger %} - - **Security Warning:** An SSH key without a passphrase can pose a security risk if authorized for full access to a host. Limit this key's authorization to a single read-only command. - - {% enddanger %} + > [!CAUTION] + > An SSH key without a passphrase can pose a security risk if authorized for full access to a host. Limit this key's authorization to a single read-only command. > [!NOTE] > If you're using a distribution of Linux that doesn't support the Ed25519 algorithm, use the command: diff --git a/data/reusables/enterprise_clustering/proxy_xff_firewall_warning.md b/data/reusables/enterprise_clustering/proxy_xff_firewall_warning.md index 3328f075d787..2c870eca8cd5 100644 --- a/data/reusables/enterprise_clustering/proxy_xff_firewall_warning.md +++ b/data/reusables/enterprise_clustering/proxy_xff_firewall_warning.md @@ -1,5 +1,2 @@ -{% danger %} - -**Security Warning:** When either PROXY support or HTTP forwarding is enabled, it is critical that no external traffic can directly reach the {% data variables.product.prodname_ghe_server %} appliances. If external traffic is not properly blocked, the source IP addresses can be forged. - -{% enddanger %} +> [!CAUTION] +> When either PROXY support or HTTP forwarding is enabled, it is critical that no external traffic can directly reach the {% data variables.product.prodname_ghe_server %} appliances. If external traffic is not properly blocked, the source IP addresses can be forged.