Changes the SSH key type that packer creates to communicate with nodes.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Fri, 12 Jan 2024 18:17:58 +0000 (15:17 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Fri, 12 Jan 2024 18:19:51 +0000 (15:19 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

This is a test to see if the packer-build-provision-testing-image pipeline
works with Debian 12 & Ubuntu 22.04, that seem to have deprecated RSA SSH
key types for authentication.

No issue #

jenkins/packer-images/jenkins-image-provision.json

index 0ff59ce74bc5216ad710bbcdb47a816c52d2dd2b..3e8382286d9d1ed1f12a43b906201669ca26ec7a 100644 (file)
@@ -14,7 +14,8 @@
       "disk_size": "20",
       "image_name": "jenkins-image-provision-{{user `distro`}}-{{isotime \"20060102150405\"}}",
       "image_family": "jenkins",
-      "ssh_username": "jenkins"
+      "ssh_username": "jenkins",
+      "temporary_key_pair_type" : "ed25519"
     }
   ],
   "provisioners": [