Show the ssh server public key at the end of installation

This commit is contained in:
Bob Mottram 2016-11-22 23:01:47 +00:00
parent 9c2c644310
commit db76d2b45b
2 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,7 @@ COMPLETION_FILE=$HOME/${PROJECT_NAME}-completed.txt
UTILS_FILES=/usr/share/${PROJECT_NAME}/utils/${PROJECT_NAME}-utils-*
for f in $UTILS_FILES
do
source $f
source $f
done
SSL_PROTOCOLS=

View File

@ -54,6 +54,9 @@ function install_final {
echo $"
*** ${PROJECT_NAME} installation is complete ***
If you wish to verify the server ssh public key at next login it is:
$(get_ssh_server_key)
Ensure that ports are forwarded from your internet router
"
echo ''