Tata letak --edit-key
daftar tidak didokumentasikan (bukan berarti saya bisa menemukannya). Singkatan yang Anda sebutkan adalah di suatu tempat di halaman info ( info gpg
).
Saya mencari S:
dan menemukan bahwa saya sebenarnya ingin mencari usage:
.
Dalam "Opsi terkait GPG Key":
4.2.1 Cara mengubah konfigurasi
Opsi ini digunakan untuk mengubah konfigurasi dan biasanya ditemukan dalam file opsi.
'--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.
Jadi, melakukan gpg -k --list-options show-usage 1A3ABKEY
akan menampilkan sesuatu seperti ini:
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]
Beberapa info lebih lanjut ditemukan di "Penggunaan Tanpa pengawasan GPG"
Key-Usage: USAGE-LIST
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'.
Jadi, sementara tidak segera terlihat, info ada di sana, di suatu tempat, di sistem Anda. Jika man
tidak membantu Anda, coba man -k
dan / atau info
.