diff options
Diffstat (limited to 'src/share/mh')
-rw-r--r-- | src/share/mh/import_key | 3 |
1 files changed, 3 insertions, 0 deletions
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 |