diff options
Diffstat (limited to 'scripts/packer.json')
-rw-r--r-- | scripts/packer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/packer.json b/scripts/packer.json index 53b6a1cf..f1e49798 100644 --- a/scripts/packer.json +++ b/scripts/packer.json @@ -16,8 +16,8 @@ "disk_size": 4096, "format": "qcow2", "headless": true, - "ssh_host_port_min": 2222, - "ssh_host_port_max": 2229, + "host_port_min": 2222, + "host_port_max": 2229, "ssh_username": "vyos", "ssh_password": "vyos", "ssh_port": 22, |