summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-18 14:09:34 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-18 14:09:34 -0400
commit38be21fd599fc114d05f64fdf8643f2a2ac9a18e (patch)
tree4657a288a1eb8a5847e1d2d599bed56a86c9abee /src
parentd16c5795ebdfc369cc184448e3e57d850086f0a4 (diff)
re-added fingerprint output during diagnostics.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/monkeysphere-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server
index ea94618..052e6de 100755
--- a/src/monkeysphere-server
+++ b/src/monkeysphere-server
@@ -539,7 +539,7 @@ diagnostics() {
# FIXME: what's the correct, cross-platform answer?
sshd_config=/etc/ssh/sshd_config
- seckey=$(gpg_host --list-secret-keys --with-colons --fixed-list-mode)
+ seckey=$(gpg_host --list-secret-keys --fingerprint --with-colons --fixed-list-mode)
keysfound=$(echo "$seckey" | grep -c ^sec:)
curdate=$(date +%s)
# warn when anything is 2 months away from expiration