projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d16c579
)
re-added fingerprint output during diagnostics.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 18 Aug 2008 18:09:34 +0000
(14:09 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Mon, 18 Aug 2008 18:09:34 +0000
(14:09 -0400)
src/monkeysphere-server
patch
|
blob
|
history
diff --git
a/src/monkeysphere-server
b/src/monkeysphere-server
index ea946189152752c01974e62c9fe5c3b6856aac69..052e6de078338d920cff28a79132fbfcb9ae1615 100755
(executable)
--- 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