From: Jameson Graef Rollins Date: Wed, 18 Feb 2009 00:43:20 +0000 (-0500) Subject: remove setting of ultimate owner trust on imported host key, since we probably don... X-Git-Tag: monkeysphere_0.23~74 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=25e870d1d7109f9e37460c26de4a05a05adfc760;hp=72f145629c3c626a30aa08e6100f298cd31a30c2;p=monkeysphere.git remove setting of ultimate owner trust on imported host key, since we probably don't want the host keyring to be accepting any certifications for anything. --- diff --git a/src/share/mh/import_key b/src/share/mh/import_key index 6f12b7f..d14fc13 100644 --- a/src/share/mh/import_key +++ b/src/share/mh/import_key @@ -54,12 +54,6 @@ PEM2OPENPGP_USAGE_FLAGS=authenticate pem2openpgp "$userID" \ # that's what we're trying to produce (see below). load_fingerprint_secret -# set ultimate owner trust on the newly imported key -printf "%s:6:\n" "$HOST_FINGERPRINT" | gpg_host --import-ownertrust - -# update trustdb -gpg_host --check-trustdb - # export to gpg public key to file update_gpg_pub_file