mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-29 08:22:28 +00:00
Compare commits
4 Commits
cd6831e989
...
16dd9b4d0b
Author | SHA1 | Date | |
---|---|---|---|
|
16dd9b4d0b | ||
|
63709f751c | ||
|
7e843c7576 | ||
|
3a0570fbf4 |
@ -263,6 +263,8 @@ To guard against man-in-the-middle attacks, the server fingerprint is verified o
|
|||||||
* `--ssh-keyfile`
|
* `--ssh-keyfile`
|
||||||
Points to a valid OpenSSH keyfile. If the file is encrypted, the password supplied is used to decrypt the 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.
|
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`
|
* `--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.
|
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`
|
* `--ssh-operation-timeout = 0`
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
2024/04/02
|
2024/05/06
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user