From 94980fd7221e12e83b8e7c5eb59620be2fc7bdc5 Mon Sep 17 00:00:00 2001 From: Stuart Howlette Date: Thu, 19 Mar 2020 14:24:15 +0000 Subject: [PATCH] Added echoing of ssh being enabled or not --- quickemu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickemu.sh b/quickemu.sh index 15b2d96..0bb76e1 100755 --- a/quickemu.sh +++ b/quickemu.sh @@ -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