summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-06-28 12:38:16 +0200
committerStefan Kreutz <mail@skreutz.com>2024-06-28 12:38:16 +0200
commit20af8636e784c17da71a9f72bf022ae93cbabb09 (patch)
treef69133d6d0e6bfaadc8a9c3c12a29754f7a612df
parent48d0eab5eef7fb9dd30ba817508bf8096ed6368e (diff)
downloadautoinstall-openbsd-on-qemu-20af8636e784c17da71a9f72bf022ae93cbabb09.tar
Default to SSH id_ed25519 instead of id_rsa
-rwxr-xr-xautoinstall-openbsd-on-qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoinstall-openbsd-on-qemu b/autoinstall-openbsd-on-qemu
index 6f90289..a748824 100755
--- a/autoinstall-openbsd-on-qemu
+++ b/autoinstall-openbsd-on-qemu
@@ -41,7 +41,7 @@ CPU_COUNT="${CPU_COUNT-$(grep -c ^processor /proc/cpuinfo)}"
MEMORY_SIZE="${MEMORY_SIZE-4G}"
# File name of the public SSH key to authorize.
-SSH_KEY="${SSH_KEY-${HOME}/.ssh/id_rsa.pub}"
+SSH_KEY="${SSH_KEY-${HOME}/.ssh/id_ed25519.pub}"
# Check required commands.
for cmd in curl qemu-img qemu-system-x86_64 rsync signify socat ssh
Generated by cgit. See skreutz.com for my tech blog and contact information.