--edit-key
Girişin düzeni belgelenmedi (yine de bulabildiğimden değil). Ancak bahsettiğiniz kısaltmalar, bilgi sayfalarında ( info gpg
) bir yerdedir .
Ben aradım S:
ve aslında aramak istediğimi öğrendim usage:
.
"GPG Anahtarına İlişkin Seçenekler" bölümünde:
4.2.1 Yapılandırma nasıl değiştirilir?
Bu seçenekler yapılandırmayı değiştirmek için kullanılır ve genellikle seçenek dosyasında bulunur.
'--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.
Yani, yapmak gpg -k --list-options show-usage 1A3ABKEY
size böyle bir şey gösterecektir:
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]
Daha fazla bilgi "GPG'nin Katılımsız Kullanımı" bölümünde bulundu.
Anahtar Kullanım: KULLANIM LİSTESİ
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'.
Dolayısıyla, hemen görünmese de, bilgi sisteminizde bir yerde var. Eğer man
size yardımcı olmuyor, deneyin man -k
ve / veya info
.