Change git annex info remote encryption description to use wording closer to what's used in initremote.
This commit is contained in:
parent
695fa2ea3e
commit
7cacd7888b
3 changed files with 25 additions and 17 deletions
|
@ -25,6 +25,11 @@ to disable encryption. To use encryption, you run
|
|||
* `git annex initremote newremote type=... encryption=pubkey keyid=KEYID`
|
||||
* `git annex initremote newremote type=... encryption=sharedpubkey keyid=KEYID`
|
||||
|
||||
To see what encryption is used for a special remote, run
|
||||
`git annex info $remote` and look for a line like:
|
||||
|
||||
encryption: hybrid (to gpg keys: AEC828149D85C538 C910D9122512E3C8)
|
||||
|
||||
## hybrid encryption keys (encryption=hybrid)
|
||||
|
||||
The [[hybrid_key_design|design/encryption]] allows additional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue