I’m trying to build an Arch Linux vagrant box with manjaro-arm-installer installed since manjaro itself no longer has the minimum x86_64 architecture available as ARM is now dominant on servers and manjaro’s resources are oriented to several desktop environments.
Unfortunately, I can’t get an ssh connection anymore with the enable-ssh.sh script I got from the Packer Arch project.
Apart from the -crypt
flag no longer being supported, though there’s other flags I can use,
I now simply cannot connect.
This is the error I now receive:
...
==> manjaro-arm-installer.qemu.main: Connecting to VM via VNC (127.0.0.1:5910)
==> manjaro-arm-installer.qemu.main: Typing the boot command over VNC...
manjaro-arm-installer.qemu.main: Not using a NetBridge -- skipping StepWaitGuestAddress
==> manjaro-arm-installer.qemu.main: Using SSH communicator to connect: 127.0.0.1
==> manjaro-arm-installer.qemu.main: Waiting for SSH to become available...
==> manjaro-arm-installer.qemu.main: Error waiting for SSH: Packer experienced an authentication error when trying to connect via SSH. This can happen if your username/password are wrong. You may want to double-check your credentials as part of your debugging process. original error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
==> manjaro-arm-installer.qemu.main: Deleting output directory...
Build 'manjaro-arm-installer.qemu.main' errored after 3 minutes 21 seconds: Packer experienced an authentication error when trying to connect via SSH. This can happen if your username/password are wrong. You may want to double-check your credentials as part of your debugging process. original error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
...