From 7e843c75761eeeb2ad4ee657237a3a618f4313a9 Mon Sep 17 00:00:00 2001 From: kees-z Date: Mon, 6 May 2024 21:46:05 +0200 Subject: [PATCH] Update docs/05-storage-providers.md Co-authored-by: Colin Dean --- docs/05-storage-providers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/05-storage-providers.md b/docs/05-storage-providers.md index bfd7f21..11809df 100644 --- a/docs/05-storage-providers.md +++ b/docs/05-storage-providers.md @@ -263,7 +263,8 @@ To guard against man-in-the-middle attacks, the server fingerprint is verified o * `--ssh-keyfile` Points to a valid OpenSSH keyfile. If the file is encrypted, the password supplied is used to decrypt the keyfile. If this option is supplied, the password is not used to authenticate. This option only works when using the managed SSH client. -This key should be in PEM format, e.g. created with `ssh-keygen -m pem`. +This key may need to be in PEM format, e.g. created with `ssh-keygen -m pem`, if Duplicati reports an error like _openssh key type: ssh-rsa is not supported_. + * `--ssh-key` An url-encoded SSH private key. The private key must be prefixed with `sshkey://`. If the file is encrypted, the password supplied is used to decrypt the keyfile. If this option is supplied, the password is not used to authenticate. This option only works when using the managed SSH client. * `--ssh-operation-timeout = 0`