6 Commits

Author SHA1 Message Date
kees-z
16dd9b4d0b Update index.md 2024-05-06 21:48:25 +02:00
kees-z
63709f751c Merge pull request #112 from colindean/patch-1
Nudge user to use PEM format for SSH keys
2024-05-06 21:47:36 +02:00
kees-z
7e843c7576 Update docs/05-storage-providers.md
Co-authored-by: Colin Dean <colindean@users.noreply.github.com>
2024-05-06 21:46:05 +02:00
Colin Dean
3a0570fbf4 Nudge user to use PEM format for SSH keys
See also:

https://github.com/duplicati/duplicati/issues/3360

https://forum.duplicati.com/t/openssh-rsa-keys-not-supported/12619/8

Duplicati uses SSH.NET. https://github.com/sshnet/SSH.NET/issues/485 describes the need for PEM format.
2024-05-05 12:57:52 -04:00
kees-z
cd6831e989 Update mkdocs.yml 2024-04-30 14:50:48 +02:00
kees-z
1005de0f0a Merge pull request #111 from kees-z/feature/custom-404
Added custom 404 page
2024-04-30 14:49:39 +02:00
3 changed files with 4 additions and 2 deletions

View File

@@ -263,6 +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 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`

View File

@@ -6,7 +6,7 @@
![](duplicatilogo.png)
2024/04/02
2024/05/06

View File

@@ -9,7 +9,7 @@ repo_name: "kees-z/DuplicatiDocs"
repo_url: "https://github.com/kees-z/DuplicatiDocs/"
# Copyright
copyright: "Copyright &copy; 2016 - 2023 The Duplicati Team"
copyright: "Copyright &copy; 2016 - 2024 The Duplicati Team"
# Configuration
theme: