Show the ssh server public key at the end of installation
This commit is contained in:
parent
9c2c644310
commit
db76d2b45b
|
@ -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=
|
||||
|
|
|
@ -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 ''
|
||||
|
|
Loading…
Reference in New Issue