Temporarly disable SSH host key regen

This commit is contained in:
nemo 2019-09-08 17:11:57 +02:00
parent 14da55d828
commit b5a6633c99
1 changed files with 3 additions and 3 deletions

View File

@ -352,7 +352,7 @@ VM_FE80=$(ipv6calc --action prefixmac2ipv6 --in prefix+mac --out ipv6addr fe80::
SSH_HOST="root@${VM_FE80}%${VM_BRIDGE_DEV}"
echo "INFO : wait 2 minutes to be sure that ssh service is started"
sleep 120
sleep 180
# Create network configuration file for new VM
echo "INFO : Create network configuration file for new VM..."
@ -437,8 +437,8 @@ if [ "${VM_DISK_EXTEND}" -ne 0 ]; then
# Wait for system reboot
sleep 20
echo "INFO : wait 2 minutes to be sure that ssh service is started"
sleep 120
echo "INFO : wait 3 minutes to be sure that ssh service is started"
sleep 180
echo "INFO : Create new PV... (pvcreate /dev/vda3)"