#1106755 mmdebstrap-autopkgtest-build-qemu: Add ssh key to "user"

#1106755#5
Date:
2025-05-29 10:40:10 UTC
From:
To:
Hi folks,

when `autopkgtest --shell [...]` is run, it will output this:
autopkgtest [11:21:32]:  - - - - - - - - - - running shell - - - - - - - - - -
You can now log into the VM through the serial terminal.
Depending on which terminal program you have installed, you can use one of

    ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 10022 user@localhost
    minicom -D unix#/tmp/autopkgtest-qemu.09ym6cj2/ttyS0
    nc -U /tmp/autopkgtest-qemu.09ym6cj2/ttyS0
    socat - UNIX-CONNECT:/tmp/autopkgtest-qemu.09ym6cj2/ttyS0

The tested source package is in /tmp/autopkgtest.DxD6tg/build.WJ0/real-tree
-----------------------------------------------------------------------

So to keep compatibility with autopkgtest, I recommend to also add the sshkey to
/home/user/.ssh/authorized_keys.

Greets,
Lee

#1106755#10
Date:
2026-01-17 09:08:54 UTC
From:
To:
Hi,

* Lee Garrett <debian@rocketjump.eu> [2025-05-29 12:40]:

Agreed, patch attached.

Cheers Jochen