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