From c7abef25b0cb36c04d12619659b7f0ad1b410c9a Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 31 Jan 2009 18:33:07 -0500 Subject: more moving to subfunctions, and rename of show-key --- src/subcommands/mh/import-key | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/subcommands/mh/import-key') diff --git a/src/subcommands/mh/import-key b/src/subcommands/mh/import-key index d60e982..d8ab9df 100755 --- a/src/subcommands/mh/import-key +++ b/src/subcommands/mh/import-key @@ -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 + +} -- cgit v1.2.3