Skip to content

Commit

Permalink
Responding to comments and removing unneeded step to install CF root CA
Browse files Browse the repository at this point in the history
  • Loading branch information
asamborski committed Oct 21, 2024
1 parent bffff5f commit 30c4bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ To generate a Cloudflare SSH CA and get its public key:
<Render file="ssh/modify-sshd" />

:::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
Expand Down

0 comments on commit 30c4bdd

Please sign in to comment.