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