diff options
-rwxr-xr-x | autoinstall-openbsd-on-qemu | 2 |
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 |