You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protocols/sftp/index.md
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ PuTTY private keys (`.ppk`) are supported for `rsa` key types. `ed25519` is not
96
96
97
97
#### OpenSSH Key Format Interoperability
98
98
99
-
OpenSSH private keys of type `rsa`, `dsa`, `ecdsa` and `ed25519` (in OpenSSL`PEM` format) are supported. The new OpenSSH format (`openssh-key-v1`) is only supported for `ecdsa` and `ed25519`.
99
+
OpenSSH private keys of type `rsa`, `dsa`, `ecdsa` and `ed25519` (in OpenSSL`PEM` format) are supported. The new OpenSSH format (`openssh-key-v1`) is only supported for `ecdsa` and `ed25519`.
100
100
101
101
#### Configure Public Key Authentication
102
102
@@ -110,10 +110,14 @@ OpenSSH private keys of type `rsa`, `dsa`, `ecdsa` and `ed25519` (in OpenSSL`PEM
110
110
```
111
111
3. In the Connection Dialog or the Bookmark editor in Cyberduck select *Use Public Key Authentication* and select the private key in your `.ssh` directory.
112
112
113
+
##### OpenSSH User Certificate Authentication
113
114
114
-
#### CA signed SSH Certificate Interoperability
115
+
```{important}
116
+
* Cyberduck [8.9.0](https://cyberduck.io/changelog/) or later required
117
+
* Mountain Duck [4.16.0](https://mountainduck.io/changelog/) or later required
118
+
```
115
119
116
-
*Certification Authority (CA)* sigend SSH certificates are supported for keys of type `rsa`, `dsa`, `ecdsa`, and `ed25519`.
120
+
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.
117
121
118
122
#### Public Key Authentication Using SSH Agent
119
123
When connecting to a SSH server, Cyberduck will lookup matching private keys from the SSH agent when attempting to authenticate with the server if no password is available and no explicit private key to use is configured in the bookmark.
@@ -329,17 +333,21 @@ You can set Cyberduck or a third-party application as the default application (p
0 commit comments