Skip to content

ssh: handshake failed #2

@joshuacox

Description

@joshuacox

After cp container-linux-config.yml.example container-linux-config.yml
and
make container-linux

I get:

==> qemu: Waiting for SSH to become available...
==> qemu: Error waiting for SSH: ssh: handshake failed: ssh: unable to authenticate, attempted methods [keyboard-interactive none password], no supported methods remain
==> qemu: Deleting output directory...
Build 'qemu' errored: ssh: handshake failed: ssh: unable to authenticate, attempted methods [keyboard-interactive none password], no supported methods remain

==> Some builds didn't complete successfully and had errors:
--> qemu: ssh: handshake failed: ssh: unable to authenticate, attempted methods [keyboard-interactive none password], no supported methods remain

==> Builds finished but no artifacts were created.
make: *** [Makefile:15: builds/container-linux-stable.qcow2] Error 1

I also tried adding in keys to the config:

passwd:
  users:
    - name: core
      ssh_authorized_keys:
        - "ssh-ed25519 AAA...."

But I don't seem to be having any success? Am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions