diff options
author | Werner Koch <[email protected]> | 2017-07-28 16:23:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-07-28 16:23:46 +0000 |
commit | 6c9899bede6ecb2ccf7336d12724090f36a6aa3d (patch) | |
tree | 22dc0d46fd47c75f5e2d4f08c72923b9ea57d585 /tools/gpgconf-comp.c | |
parent | gpg,sm: String changes for compliance diagnostics. (diff) | |
download | gnupg-6c9899bede6ecb2ccf7336d12724090f36a6aa3d.tar.gz gnupg-6c9899bede6ecb2ccf7336d12724090f36a6aa3d.zip |
agent: Make --ssh-fingerprint-digest re-readable.
* agent/gpg-agent.c (main): Move oSSHFingerprintDigest to ...
(parse_rereadable_options): here.
(opts): Change its description.
(main) <aGPGConfList>: Include this option.
* tools/gpgconf-comp.c (gc_options_gpg_agent): Add option at expert
level.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf-comp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index a8ecb076e..cfc9fa3b7 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -500,6 +500,10 @@ static gc_option_t gc_options_gpg_agent[] = { "enable-ssh-support", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, "gnupg", "enable ssh support", GC_ARG_TYPE_NONE, GC_BACKEND_GPG_AGENT }, + { "ssh-fingerprint-digest", + GC_OPT_FLAG_NONE|GC_OPT_FLAG_RUNTIME, GC_LEVEL_EXPERT, + "gnupg", "|ALGO|use ALGO to show ssh fingerprints", + GC_ARG_TYPE_STRING, GC_BACKEND_GPG_AGENT }, { "enable-putty-support", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, "gnupg", "enable putty support", GC_ARG_TYPE_NONE, GC_BACKEND_GPG_AGENT }, |