From d06d6df892ab42e184d22f9a6686ae6689a711a1 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sun, 15 Feb 2009 22:50:35 -0500 Subject: [PATCH 1/1] have the import_key also create the ssh pub file, since it is needed to show full host key info. --- src/share/mh/import_key | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/share/mh/import_key b/src/share/mh/import_key index 9be8dce..9415b4d 100644 --- a/src/share/mh/import_key +++ b/src/share/mh/import_key @@ -32,6 +32,9 @@ PEM2OPENPGP_USAGE_FLAGS=authenticate pem2openpgp "$userID" | \ # load the new host fpr into the fpr variable load_fingerprint_secret +# export to ssh public key file +create_ssh_pub_file + # export to gpg public key to file create_gpg_pub_file -- 2.25.1