aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvmx b/kvmx
index ef07434..48f1baf 100755
--- a/kvmx
+++ b/kvmx
@@ -296,9 +296,9 @@ function kvmx_up {
echo -n "."
let ssh_attempts++
- if [ "$ssh_attempts" == "10" ]; then
+ if [ "$ssh_attempts" == "20" ]; then
echo "$BASENAME: timeout or access denied when trying to SSH into $VM."
- echo "$BASENAME: please check if the image is in a good state and if it accepts passwordless ssh connections using kvmx insecure privkey"
+ echo "$BASENAME: please check if the image is in a good state and if it accepts passwordless ssh connections"
kvmx_stop
exit 1
fi