summaryrefslogtreecommitdiff
path: root/src/subcommands/m/subkey_to_ssh_agent
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 22:32:51 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 22:32:51 -0500
commitb2bf2d17cd6eb5edcb69d51867b7d17e60751986 (patch)
tree1c01d473f32bf4994b7c282b16b52a7194aed96f /src/subcommands/m/subkey_to_ssh_agent
parentaf6f93d261025cd859996fce65e7edfc68fb1f34 (diff)
some more fixes and tweaks to get things working in the new setup
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 "!" }')