summaryrefslogtreecommitdiff
path: root/src/monkeysphere-host
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-xsrc/monkeysphere-host4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host
index 2e69d41..bd956e0 100755
--- a/src/monkeysphere-host
+++ b/src/monkeysphere-host
@@ -175,8 +175,8 @@ show_key() {
echo -n "ssh fingerprint: "
ssh-keygen -l -f /dev/stdin \
- <<<$( gpg_host --export FEE16FA3 2>/dev/null \
- | openpgp2ssh 8445B5203A8443B4B04F637DD4DE66B2FEE16FA3 2>/dev/null) \
+ <<<$( gpg_host --export "$HOST_FINGERPRINT" 2>/dev/null \
+ | openpgp2ssh "$HOST_FINGERPRINT" 2>/dev/null) \
| awk '{ print $1, $2, $4 }'
# FIXME: other relevant key parameters?