Skip to content

Commit 376e4f2

Browse files
authored
Update short-lived-certificates.md (cloudflare#830)
Fix a spelling mistake and trailing apostraphe
1 parent 39124bb commit 376e4f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

products/cloudflare-one/src/content/applications/non-HTTP/ssh/short-lived-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ The first change requires that you uncomment a field already set in most default
7575
```sh
7676
$ vim /etc/ssh/sshd_config
7777
```
78-
2. Navigate to the row named `ubkeyAuthentication`. In most default configurations, the row will appear commented out as follows:
78+
2. Navigate to the row named `PubkeyAuthentication`. In most default configurations, the row will appear commented out as follows:
7979

8080
```bash
81-
# PubkeyAuthentication yes`
81+
# PubkeyAuthentication yes
8282
```
8383

8484
3. Remove the # symbol to uncomment the line; keep the setting `yes` enabled.

0 commit comments

Comments
 (0)