summaryrefslogtreecommitdiff
path: root/src/share/mh/revoke_hostname
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-01 13:08:46 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-01 13:23:30 -0500
commit0ae461de6b7bf10d3b085dfd9a5d6d29ffd29116 (patch)
tree9c870e437f06207013d9a6ec0d7b554c35e58612 /src/share/mh/revoke_hostname
parent89e447e2001c0406fab6d2e6ca300a19d492435b (diff)
some general fixes:
- fix some references to old function names - move fingerprint_server_key to be fingerprint_host_key - update diagnostic scripts
Diffstat (limited to 'src/share/mh/revoke_hostname')
-rw-r--r--src/share/mh/revoke_hostname2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/mh/revoke_hostname b/src/share/mh/revoke_hostname
index b519cf6..06b5810 100644
--- a/src/share/mh/revoke_hostname
+++ b/src/share/mh/revoke_hostname
@@ -38,7 +38,7 @@ fi
userID="ssh://${1}"
-fingerprint=$(fingerprint_server_key)
+fingerprint=$(fingerprint_host_key)
# match to only ultimately trusted user IDs
tmpuidMatch="u:$(echo $userID | gpg_escape)"