From 30c4bdd918dbde65a799e488d2cb7fcf61c169fe Mon Sep 17 00:00:00 2001 From: Ann Ming Samborski Date: Mon, 21 Oct 2024 16:32:25 -0700 Subject: [PATCH] Responding to comments and removing unneeded step to install CF root CA --- .../applications/non-http/infrastructure-apps.mdx | 1 - .../use-cases/ssh/ssh-infrastructure-access.mdx | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx b/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx index 89468a834912b7..592f0a06bc74d3 100644 --- a/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx +++ b/src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx @@ -37,7 +37,6 @@ Access for Infrastructure currently only supports [SSH](/cloudflare-one/connecti - [Connect your private network](/cloudflare-one/connections/connect-networks/private-net/) to Cloudflare using `cloudflared` or WARP Connector. - [Deploy the WARP client](/cloudflare-one/connections/connect-devices/warp/deployment/) on user devices in Gateway with WARP mode. -- Install and trust the [Cloudflare root certificate](/cloudflare-one/connections/connect-devices/warp/user-side-certificates/) on user devices. ## 1. Add a target diff --git a/src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx b/src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx index 2928fb896f108c..af1a915912f55b 100644 --- a/src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx @@ -60,7 +60,9 @@ To generate a Cloudflare SSH CA and get its public key: :::note -For certain distributions, such as Amazon Linux 1 (based on RHEL), the certificate file permissions must be set to 600. " +For certain distributions, such as Amazon Linux 1 (based on RHEL), the certificate file permissions must be set to 600. + +This can be done with the following command: `chmod 600 /etc/ssh/ca.pub`. ::: ### Restart your SSH server