From: Jameson Graef Rollins Date: Mon, 18 Aug 2008 17:57:48 +0000 (-0700) Subject: fix bug i accidentally introduced in the diagnostic function X-Git-Tag: monkeysphere_0.9-1~4 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=d16c5795ebdfc369cc184448e3e57d850086f0a4;p=monkeysphere.git fix bug i accidentally introduced in the diagnostic function --- diff --git a/src/monkeysphere-server b/src/monkeysphere-server index bc8be05..ea94618 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=$(fingerprint_server_key) + seckey=$(gpg_host --list-secret-keys --with-colons --fixed-list-mode) keysfound=$(echo "$seckey" | grep -c ^sec:) curdate=$(date +%s) # warn when anything is 2 months away from expiration