Skip to content

Commit d9106c1

Browse files
committed
More updates to SSH for Access for Infrastructure
1 parent bd14f41 commit d9106c1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ To generate a Cloudflare SSH CA and get its public key:
6363
### Modify your SSHD config
6464
<Render file="ssh/modify-sshd" />
6565

66+
:::note
67+
For certain distributions, such as Amazon Linux 1 (based on RHEL), the certificate file permissions must be set to 600 in order for the configuration to work. "
68+
:::
69+
6670
### Restart your SSH server
6771
<Render file="ssh/restart-server" />
6872

src/content/partials/cloudflare-one/access/add-target.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To create a new target:
1616
3. In **Target hostname**, enter a user-friendly name for the target resource. We recommend using the server hostname, for example `production-server`. The hostname does not need to be unique and can be reused for multiple targets. Hostnames are used to define the subset of targets included in an infrastructure application and are not used in DNS address resolution.
1717
<Details header="Format restrictions">
1818
- Case insensitive
19-
- Contain no more than 255 characters
19+
- Contain no more than 253 characters
2020
- Contain only alphanumeric characters, `-`, or `.` (no spaces allowed)
2121
- Start and end with an alphanumeric character
2222
</Details>

src/content/partials/cloudflare-one/ssh/ssh-proxy-ca.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ import { Render } from "~/components"
3232
--header "Authorization: Bearer <API_TOKEN>"
3333
```
3434

35-
4. Copy the `public_key` value returned in the response.
35+
4. Copy the `public_key` value returned in the response.

0 commit comments

Comments
 (0)