summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.