summaryrefslogtreecommitdiff
path: root/src/subcommands/m/subkey_to_ssh_agent
diff options
context:
space:
mode:
authorMatt Goins <mjgoins@openflows.com>2009-01-31 23:01:59 -0500
committerMatt Goins <mjgoins@openflows.com>2009-01-31 23:01:59 -0500
commitc9f3967acec191bd2ec17bfe60359809bf214d0e (patch)
treef34c83f9a3bee9fbc4f5f83101e1fa82b2562ae0 /src/subcommands/m/subkey_to_ssh_agent
parent67ae32b13542bda0da45321db164da407fe76860 (diff)
parent3ed4b369c782b96cfa5b067375585e0e757059f5 (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'src/subcommands/m/subkey_to_ssh_agent')
-rw-r--r--src/subcommands/m/subkey_to_ssh_agent3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/subcommands/m/subkey_to_ssh_agent b/src/subcommands/m/subkey_to_ssh_agent
index 9bedb5e..012c95f 100644
--- a/src/subcommands/m/subkey_to_ssh_agent
+++ b/src/subcommands/m/subkey_to_ssh_agent
@@ -44,7 +44,8 @@ For more details, see:
failure "Could not connect to ssh-agent"
fi
- # get list of secret keys (to work around https://bugs.g10code.com/gnupg/issue945):
+ # get list of secret keys (to work around bug
+ # https://bugs.g10code.com/gnupg/issue945):
secretkeys=$(gpg --list-secret-keys --with-colons --fixed-list-mode --fingerprint | \
grep '^fpr:' | cut -f10 -d: | awk '{ print "0x" $1 "!" }')