From 474ea248e0f431ef93ae1c17345bcfe71d0c3bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B6xtermann?= Date: Tue, 14 Feb 2023 21:21:46 +0100 Subject: [PATCH] Fix typo "intiremote" --- doc/design/encryption.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design/encryption.mdwn b/doc/design/encryption.mdwn index f506bf9c2b..a30e7f334d 100644 --- a/doc/design/encryption.mdwn +++ b/doc/design/encryption.mdwn @@ -30,7 +30,7 @@ two different encrypted remotes. So, the encrypted cipher is just stored with the rest of a remote's configuration in `remote.log` (see [[internals]]). When `git -annex intiremote` makes a remote, it generates a random symmetric +annex initremote` makes a remote, it generates a random symmetric cipher, and encrypt it with the specified gpg key. To allow another gpg public key access, update the encrypted cipher to be encrypted to both gpg keys.