Skip to content

Commit f8bf640

Browse files
committed
Review formatting
1 parent 2d3af04 commit f8bf640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocols/sftp/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ OpenSSH private keys of type `rsa`, `dsa`, `ecdsa` and `ed25519` (in OpenSSL `PE
112112

113113
##### OpenSSH User Certificate Authentication
114114

115-
:::{important}
115+
```{important}
116116
* Cyberduck [8.9.0](https://cyberduck.io/changelog/) or later required
117117
* Mountain Duck [4.16.0](https://mountainduck.io/changelog/) or later required
118-
:::
118+
```
119119

120120
Applies to SSH servers, which are configured with [`TrustedUserCAKeys`](https://man.openbsd.org/sshd_config#TrustedUserCAKeys), refer to your software vendor for configuration. To configure authentication with a User CA signed private key, configure the private key as described in [Configure Public Key Authentication](#configure-public-key-authentication) step 3. The signed public key file _must_ reside next to the private key file, suffixed `-cert.pub` or `.pub`. The [`CertificateFile`](https://man.openbsd.org/ssh_config#CertificateFile) configuration directive in `~/.ssh/config` is not supported. Pay attention to the server configuration and [`PubkeyAcceptedAlgorithms`](https://man.openbsd.org/sshd_config#PubkeyAcceptedAlgorithms) specifically which determines the allowed private key algorithms to authenticate with.
121121

0 commit comments

Comments
 (0)