--edit-key
लिस्टिंग का लेआउट प्रलेखित नहीं है (ऐसा नहीं है कि मुझे वैसे भी मिल सकता है)। हालाँकि आपके द्वारा उल्लिखित संक्षिप्त विवरण सूचना पन्नों में कहीं हैं ( info gpg
)।
मैंने खोज की S:
और पाया कि मैं वास्तव में खोजना चाहता था usage:
।
"GPG कुंजी संबंधित विकल्प":
4.2.1 कॉन्फ़िगरेशन को कैसे बदलना है
ये विकल्प कॉन्फ़िगरेशन बदलने के लिए उपयोग किए जाते हैं और आमतौर पर विकल्प फ़ाइल में पाए जाते हैं।
'--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.
तो, gpg -k --list-options show-usage 1A3ABKEY
आपको कुछ इस तरह दिखाएगा:
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]
कुछ और जानकारी "GPG के अनअटेंडेड यूज़" में मिली है
कुंजी-उपयोग: उपयोग-सूची
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'.
तो, जबकि तुरंत स्पष्ट नहीं है, जानकारी वहाँ है, कहीं, आपके सिस्टम पर। यदि man
आपकी मदद नहीं करता है, तो कोशिश करें man -k
और / या info
।