Skip to content

Commit 1407f2c

Browse files
committed
style guide update
1 parent 90a6bdc commit 1407f2c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ To generate a Cloudflare SSH CA and get its public key:
5959
<Render file="ssh/modify-sshd" />
6060

6161
:::note
62-
For certain distributions, such as Amazon Linux 1 (based on RHEL), the certificate file permissions must be set to 600.
62+
For certain distributions, such as Amazon Linux 1 (based on RHEL), the certificate file permissions must be set to `600`. You can set file permissions with the following command:
6363

64-
This can be done with the following command: `chmod 600 /etc/ssh/ca.pub`.
64+
```sh
65+
chmod 600 /etc/ssh/ca.pub
66+
```
6567
:::
6668

6769
### Restart your SSH server

0 commit comments

Comments
 (0)