Added echoing of ssh being enabled or not

This commit is contained in:
Stuart Howlette 2020-03-19 14:24:15 +00:00
parent f04e99ca2d
commit 94980fd722

View File

@ -141,8 +141,10 @@ function vm_boot() {
#
if [ ${SSH} -eq 1 ]; then
SSH_FWD=",hostfwd=tcp::${SSH_PORT}-:22"
echo " - ssh: SSH is enabled on ${SSH_PORT} - ssh USER@localhost -p ${SSH_PORT}."
else
SSH_FWD=""
echo " - ssh: SSH is not enabled."
fi