We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39124bb commit 376e4f2Copy full SHA for 376e4f2
products/cloudflare-one/src/content/applications/non-HTTP/ssh/short-lived-certificates.md
@@ -75,10 +75,10 @@ The first change requires that you uncomment a field already set in most default
75
```sh
76
$ vim /etc/ssh/sshd_config
77
```
78
-2. Navigate to the row named `ubkeyAuthentication`. In most default configurations, the row will appear commented out as follows:
+2. Navigate to the row named `PubkeyAuthentication`. In most default configurations, the row will appear commented out as follows:
79
80
```bash
81
-# PubkeyAuthentication yes`
+# PubkeyAuthentication yes
82
83
84
3. Remove the # symbol to uncomment the line; keep the setting `yes` enabled.
0 commit comments