diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-02-01 20:09:39 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-02-01 20:09:39 -0500 |
commit | 5de2eeb71c3c8f694d990058194afdda7d7f364f (patch) | |
tree | 5cfc5a650edf73e093b51225c70506d07fb2bebe /src/share/mh/revoke_hostname | |
parent | a8aa9a5f0d1d1e3832fee0b36f3462992bb5d142 (diff) | |
parent | 7548a859412f10e68f90ee68f330593d85b090fc (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'src/share/mh/revoke_hostname')
-rw-r--r-- | src/share/mh/revoke_hostname | 2 |
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)" |