diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-01 13:08:46 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-01 13:23:30 -0500 |
commit | 0ae461de6b7bf10d3b085dfd9a5d6d29ffd29116 (patch) | |
tree | 9c870e437f06207013d9a6ec0d7b554c35e58612 /src/share/mh/publish_key | |
parent | 89e447e2001c0406fab6d2e6ca300a19d492435b (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/publish_key')
-rw-r--r-- | src/share/mh/publish_key | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/mh/publish_key b/src/share/mh/publish_key index b7ab01d..988b450 100644 --- a/src/share/mh/publish_key +++ b/src/share/mh/publish_key @@ -21,7 +21,7 @@ if [ ${OK/y/Y} != 'Y' ] ; then fi # find the key fingerprint -fingerprint=$(fingerprint_server_key) +fingerprint=$(fingerprint_host_key) # publish host key # FIXME: need to define how to do this |