Układ --edit-key
aukcji nie jest udokumentowany (i tak nie mogłem go znaleźć). Skróty, o których wspominasz, znajdują się jednak gdzieś na stronach informacyjnych ( info gpg
).
Szukałem S:
i znalazłem, że tak naprawdę chciałem szukać usage:
.
W „Opcjach związanych z kluczem GPG”:
4.2.1 Jak zmienić konfigurację
Opcje te służą do zmiany konfiguracji i zwykle znajdują się w pliku opcji.
'--list-options parameters'
show-usage
Show usage information for keys and subkeys in the standard
key listing. This is a list of letters indicating the allowed
usage for a key ('E'=encryption, 'S'=signing,
'C'=certification, 'A'=authentication). Defaults to no.
Więc robienie gpg -k --list-options show-usage 1A3ABKEY
pokaże ci coś takiego:
pub rsa4096/1A3ABKEY 2015-01-25 [SC]
uid [ultimate] Some Key
sub rsa4096/4B907KEY 2015-09-19 [S]
sub rsa4096/F9A41KET 2015-09-19 [E]
Więcej informacji można znaleźć w „Nienadzorowanym korzystaniu z GPG”
Użycie klucza: LISTA UŻYTKOWANIA
Space or comma delimited list of key usages. Allowed values are
'encrypt', 'sign', and 'auth'. This is used to generate the key
flags. Please make sure that the algorithm is capable of this
usage. Note that OpenPGP requires that all primary keys are
capable of certification, so no matter what usage is given here,
the 'cert' flag will be on. If no 'Key-Usage' is specified and the
'Key-Type' is not 'default', all allowed usages for that particular
algorithm are used; if it is not given but 'default' is used the
usage will be 'sign'.
Tak więc, choć nie są od razu widoczne, informacje są gdzieś w twoim systemie. Jeśli ci man
to nie pomoże, spróbuj man -k
i / lub info
.