Skip to content

Commit 30c4bdd

Browse files
committed
Responding to comments and removing unneeded step to install CF root CA
1 parent bffff5f commit 30c4bdd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Access for Infrastructure currently only supports [SSH](/cloudflare-one/connecti
3737

3838
- [Connect your private network](/cloudflare-one/connections/connect-networks/private-net/) to Cloudflare using `cloudflared` or WARP Connector.
3939
- [Deploy the WARP client](/cloudflare-one/connections/connect-devices/warp/deployment/) on user devices in Gateway with WARP mode.
40-
- Install and trust the [Cloudflare root certificate](/cloudflare-one/connections/connect-devices/warp/user-side-certificates/) on user devices.
4140

4241
## 1. Add a target
4342

src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ To generate a Cloudflare SSH CA and get its public key:
6060
<Render file="ssh/modify-sshd" />
6161

6262
:::note
63-
For certain distributions, such as Amazon Linux 1 (based on RHEL), the certificate file permissions must be set to 600. "
63+
For certain distributions, such as Amazon Linux 1 (based on RHEL), the certificate file permissions must be set to 600.
64+
65+
This can be done with the following command: `chmod 600 /etc/ssh/ca.pub`.
6466
:::
6567

6668
### Restart your SSH server

0 commit comments

Comments
 (0)