more moving to subfunctions, and rename of show-key
[monkeysphere.git] / src / subcommands / mh / import-key
index d60e982c38a047852b3c4b51620f888674a838c7..d8ab9df51b8c726c5da6b54ad487292f906300c7 100755 (executable)
@@ -10,6 +10,8 @@
 # They are Copyright 2008, and are all released under the GPL, version 3
 # or later.
 
+import_key() {
+
 local hostName=$(hostname -f)
 local keyFile="/etc/ssh/ssh_host_rsa_key"
 local keyExpire
@@ -83,3 +85,5 @@ log info "SSH host public key in OpenPGP form: ${SYSDATADIR}/ssh_host_rsa_key.pu
 
 # show info about new key
 show_key
+
+}